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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
2
Branches
434 KiB
Tree:
9fccc810ff
main
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '9fccc810ff'
${ noResults }
Computer-Systems-Labs
/
lab1
/
test1.c
5 lines
72 B
Raw
Normal View
History
add gcc test demo
2 years ago
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
hello, world!
\n
"
)
;
return
0
;
}