Files
FireBee_Setup-Dev/devtools/ahcccf.bin/hello.c
2023-06-12 09:14:09 +02:00

9 lines
104 B
C

#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Hello world!\n");
return 0;
}