fork(2) download
  1. x = 1
  2. y = 2
  3. print x, y
  4. print x
  5. print y
  6.  
  7.  
Success #stdin #stdout 0.06s 9712KB
stdin
Standard input is empty
stdout
1212