This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
pengyong
/
wukong
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
5635657d00
Rami (Branch)
Tag
master
v1.0.0
wukong
/
a.c
a.c
94 B
Cronologia
Originale
1
2
3
4
5
6
7
#include <stdio.h>
int main(void) {
int i=0;
printf("hello,world %d\n",i);
return 0;
}