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