Compare commits

..

1 Commits

Author SHA1 Message Date
l7i
fb8cb767a0 add main 2025-10-17 00:35:48 +08:00

6
main.c Normal file
View File

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