fork(1) download
  1. # your code goes here
  2. import sys
  3. if __name__=="__main__":
  4. print "hello world"
Success #stdin #stdout 0s 23304KB
stdin
Standard input is empty
stdout
hello world