Priemra version

This commit is contained in:
2024-09-13 13:02:33 -04:00
commit 55996f4021
2 changed files with 49 additions and 0 deletions

8
p1/main.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world!\n");
return 0;
}