Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10215501450
/
Computer-Systems-Labs
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
9
Commit
2
Rami (Branch)
434 KiB
Shell
100%
Albero (Tree):
e9668a7092
main
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da 'e9668a7092'
${ noResults }
Computer-Systems-Labs
/
lab1
/
test1.c
6 righe
72 B
Originale
Blame
Cronologia
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
hello, world!
\n
"
)
;
return
0
;
}