Initial commit

This commit is contained in:
2025-11-08 13:20:09 +01:00
commit 9f1b1ba5a0
5 changed files with 76 additions and 0 deletions

3
main/main.c Normal file
View File

@@ -0,0 +1,3 @@
#include <stdio.h>
void app_main(void) { printf("Hello world!\n"); }