fork download
  1. /* Inclusión de archivos */
  2. #include <stdio.h>
  3.  
  4. /* Función principal */
  5. int main (int argc,char **argv)
  6. {
  7. /* Impresión por pantalla y salida del programa*/
  8. printf("Hola mundo\n");
  9. return 0;
  10. }
Runtime error #stdin #stdout 0.26s 213120KB
stdin
Standard input is empty
stdout
Standard output is empty