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):
87f8120a54
Rami (Branch)
Tag
master
v1.0.0
wukong
/
a.c
a.c
101 B
Cronologia
Originale
1
2
3
4
5
6
7
8
#include <stdio.h>
int main(void) {
int i=0;
i++;
printf("hello,world %d\n",i);
return 0;
}