fork download
  1. /* Helloプログラム
  2.  
  3.  コメントを複数行につなげています
  4.  
  5.  */
  6.  
  7. #include <stdio.h>
  8.  
  9. main()
  10. {
  11. printf("むかしむかし");
  12. printf("あるところに\n");
  13. printf("なかのよい");
  14. printf("学生さんたちがいましたに\n");
  15. }
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
むかしむかしあるところに
なかのよい学生さんたちがいましたに