fork download
  1. print(1+1)
  2. print("hello world")
  3. a=1;b=1;a+b
Success #stdin #stdout 0.02s 9024KB
stdin
Standard input is empty
stdout
2
hello world