Initial Commit

This commit is contained in:
2026-06-22 15:26:03 +08:00
parent aad822b26c
commit 141baa59f6
3 changed files with 10 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello World!\n");
return 0;
}