Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10215501450
/
Computer-Systems-Labs
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
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.
2
Commits
2
Branches
434 KiB
Shell
100%
Tree:
173608e0ac
main
master
Branches
Labels
${ item.name }
Maak branch
${ searchTerm }
van '173608e0ac'
${ noResults }
Computer-Systems-Labs
/
lab1
/
test1.c
6 regels
72 B
Ruw
Blame
Geschiedenis
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
hello, world!
\n
"
)
;
return
0
;
}