Created main and updated Makefile

This commit is contained in:
2022-10-09 18:23:57 -05:00
parent e96c4d84b3
commit 0ba35841e9
3 changed files with 25 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
int main()
{
printf("Hello world\n");
}