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