fork download
  1.  
  2. #include <stdio.h>
  3.  
  4. int main()
  5. {
  6. printf("Hola mundo");
  7. return 0;
  8. }
Runtime error #stdin #stdout 0.26s 213120KB
stdin
Standard input is empty
stdout
Standard output is empty