fork download
  1. # your code goes here
  2. p = "hello world"
  3. p p
Success #stdin #stdout 0s 6340KB
stdin
Standard input is empty
stdout
"hello world"