fork(1) download
  1. a="Hello World"
  2. b="Hello|AI|World"
  3. print(a)
  4. print(b)
Success #stdin #stdout 0.07s 14112KB
stdin
Standard input is empty
stdout
Hello  World
Hello|AI|World