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_four
master
wangxinyu
6 days ago
parent
61bce8c6bc
commit
4d8e240424
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save