This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
hhu67
/
my
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
update
root
hace 1 mes
padre
a7b71dd27f
commit
e7d4511090
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
c/l1.c
+ 1
- 1
c/l1.c
Ver fichero
@@ -1,5 +1,5 @@
#include <stdio.h>
int main() {
- printf("hello");
+ printf("hello
\n
");
return 0;
}