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_helloWorld
master
wangxinyu
1 week ago
commit
61bce8c6bc
2 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.gitignore
+7
-0
hello.c
+ 2
- 0
.gitignore
View File
@@ -0,0 +1,2 @@
.vscode/
build/
+ 7
- 0
hello.c
View File
@@ -0,0 +1,7 @@
#include <stdio.h>
void main()
{
printf("hello world");
return 0;
}
Write
Preview
Loading…
Cancel
Save