This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
pengyong
/
wukong
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
modify a.c
HUOGAI
hace 1 mes
padre
5635657d00
commit
87f8120a54
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
a.c
+ 1
- 0
a.c
Ver fichero
@@ -2,6 +2,7 @@
int main(void) {
int i=0;
+ i++;
printf("hello,world %d\n",i);
return 0;
}