Explorar el Código

add gcc test demo

main
zjpedu hace 2 años
padre
commit
173608e0ac
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      lab1/test1.c

+ 6
- 0
lab1/test1.c Ver fichero

@ -0,0 +1,6 @@
#include <stdio.h>
int main(){
printf("hello, world!\n");
return 0;
}

Cargando…
Cancelar
Guardar