Files
learngit/main.c
2025-10-17 00:35:48 +08:00

7 lines
71 B
C

#include <stdio.h>
int main() {
printf("hello world.");
return 0;
}