Browse Source

add_four

master
wangxinyu 6 days ago
parent
commit
4d8e240424
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      hello.c

+ 4
- 1
hello.c View File

@@ -2,6 +2,9 @@

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

Loading…
Cancel
Save