This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
pengyong
/
wukong
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
0a4ae21d64
Branche
Tagy
master
v1.0.0
wukong
/
a.c
a.c
101 B
História
Raw
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;
}