fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5.  
  6.  
  7. printf("Hello World!\n");
  8.  
  9.  
  10.  
  11.  
  12. printf("See you again\n");
  13. return 0;
  14. }
  15.  
Success #stdin #stdout 0s 5296KB
stdin
Standard input is empty
stdout
Hello World!
See you again