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