first commit

This commit is contained in:
2026-01-04 23:41:12 -06:00
commit 099c68b4b5
5 changed files with 58 additions and 0 deletions

7
main.c Normal file
View File

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