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