Explorar el Código

change hello.c

tags/V2.0
dylan hace 4 años
padre
commit
7bcc05cfee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      hello.c

+ 1
- 1
hello.c Ver fichero

@@ -1,6 +1,6 @@
// hello.c
void main(void)
{
printf(hello)
printf("hello world!");
}

Cargando…
Cancelar
Guardar