fork download
  1. print(5)
  2. print(10)
  3. print(21)
Success #stdin #stdout 0.04s 9512KB
stdin
Standard input is empty
stdout
5
10
21