fork(1) download
  1. # your code goes here
  2.  
  3. print("Hello!")
  4. ...
  5. print("Bye!")
Success #stdin #stdout 0.01s 28384KB
stdin
Standard input is empty
stdout
Hello!
Bye!