fork download
  1. #include <stdio.h>
  2.  
  3. double main() {
  4. // your code goes here
  5. printf("Hello World");
  6. }
  7.  
Runtime error #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
Hello World