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
Explorar o código
modify a.c
HUOGAI
hai 1 mes
pai
5635657d00
achega
87f8120a54
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
a.c
+ 1
- 0
a.c
Ver ficheiro
@@ -2,6 +2,7 @@
int main(void) {
int i=0;
+ i++;
printf("hello,world %d\n",i);
return 0;
}