fork download
  1. /* Helloプログラム */
  2.  
  3.  
  4. #include <stdio.h>
  5.  
  6. main()
  7. {
  8. printf("Hello\nWorld!\n \\\\\\");
  9. }
Success #stdin #stdout 0s 5308KB
stdin
Standard input is empty
stdout
Hello
World!
    \\\