fork(7) download
  1. print "Hello Thế giới!"
  2. print "Hello Again"
  3. print "I like typing this."
  4. print "This is fun."
  5. print 'Yay! Printing.'
  6. print "I'd much rather you 'not'."
  7. print 'I "said" do not touch this.'
Success #stdin #stdout 0.01s 7736KB
stdin
Standard input is empty
stdout
Hello Thế giới!
Hello Again
I like typing this.
This is fun.
Yay! Printing.
I'd much rather you 'not'.
I "said" do not touch this.