This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10215501450
/
Computer-Systems-Labs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add gcc test demo
main
zjpedu
2 years ago
parent
1052fa323f
commit
173608e0ac
1 changed files
with
6 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
lab1/test1.c
+ 6
- 0
lab1/test1.c
View File
@ -0,0 +1,6 @@
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
hello, world!
\n
"
)
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save