This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
pengyong
/
wukong
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
9fd1cbb809
Ramas
Etiquetas
master
v1.0.0
wukong
/
a.c
a.c
101 B
Histórico
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;
}