First commit

This commit is contained in:
2025-07-27 11:36:32 -04:00
commit ca54519926
7 changed files with 47 additions and 0 deletions

5
source/app/main.c Normal file
View File

@@ -0,0 +1,5 @@
#include <stdio.h>
int main(void) {
printf("hello world!\n");
}