new makefile and less dependency, added Readme

This commit is contained in:
2025-12-28 18:17:59 +01:00
parent 41e6d435a3
commit eed4971f3e
12 changed files with 118442 additions and 17 deletions

6
src/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main(){
printf("Hello World");
return 0;
}