fork download
  1. #include <stdio.h>
  2.  
  3.  
  4. int main()
  5. {
  6. printf("Hello ");
  7. printf("World");
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
Hello World