Browse Source

add_nihao

master
wangxinyu 1 week ago
parent
commit
20bf8d7c8a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      hello.c

+ 2
- 1
hello.c View File

@@ -2,6 +2,7 @@


void main() void main()
{ {
printf("hello world");
printf("nihao\n");
printf("helloworld");
return 0; return 0;
} }

Loading…
Cancel
Save