Doing a cc4e

This commit is contained in:
2024-11-30 15:53:33 -05:00
parent a5ce30aeeb
commit 4e7e47dd94
2 changed files with 24 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
printf("hello, world\n");
return 0;
}