This commit is contained in:
zibright 2025-05-06 15:32:59 +08:00
parent 290dbfd01a
commit d72ad10e0e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -2,7 +2,7 @@
int main() int main()
{ {
printf("hello!"); printf("hello world!\n");
return 0; return 0;
} }