init with makefile

This commit is contained in:
2024-12-11 20:26:17 +01:00
commit 6e37df5529
3 changed files with 34 additions and 0 deletions

7
main.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
printf("test\n");
return 0;
}