Browse Source

Merge branch 'out_double' of http://gitea.xinje.cc/wangxinyu2/test into out_double

out_double
wangxinyu 6 days ago
parent
commit
78a16a651a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      hello.c

+ 2
- 1
hello.c View File

@@ -7,6 +7,7 @@ void main()
printf("hello world\n");
printf("hello world\n");
printf("nihao\n");
printf("helloworld");
printf("你好\n");
printf("haode\n");
return 0;
}

Loading…
Cancel
Save