fork download
  1. print"hello world"
  2. print 100+100
  3.  
Success #stdin #stdout 0s 23304KB
stdin
print"hello world"
stdout
hello world
200