This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
pengyong
/
wukong
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
87f8120a54
Ramuri
Etichete
master
v1.0.0
wukong
/
a.c
a.c
101 B
Istoric
Crud
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;
}