This commit is contained in:
l7i
2025-10-17 00:35:48 +08:00
parent 0ea3e5ad6d
commit fb8cb767a0

6
main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("hello world.");
return 0;
}