This website works better with JavaScript.
Home
Explore
Help
Sign In
wangxinyu2
/
test
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add_nihao
master
wangxinyu
1 week ago
parent
61bce8c6bc
commit
20bf8d7c8a
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
hello.c
+ 2
- 1
hello.c
View File
@@ -2,6 +2,7 @@
void main()
{
printf("hello world");
printf("nihao\n");
printf("helloworld");
return 0;
}
Write
Preview
Loading…
Cancel
Save