fork download
  1. #include <stdio.h>
  2. main ()
  3. {
  4.  
  5. printf("Hello World");
  6. }
  7.  
Runtime error #stdin #stdout 0.02s 1720KB
stdin
Standard input is empty
stdout
Hello World