fork download
  1. print("おはよう")
  2.  
  3. print("こんにちは")
  4.  
  5. print("こんばんは")
Success #stdin #stdout 0.02s 7028KB
stdin
Standard input is empty
stdout
おはよう
こんにちは
こんばんは