fork download
  1. print("hi")
  2. print("there");
  3. print("hello"); print("world")
Success #stdin #stdout 0s 23296KB
stdin
Standard input is empty
stdout
hi
there
hello
world