fork download
  1. a = 'hello'
  2. val = 1000000000000000000
  3. for x in 1..4000002 do
  4. val += x
  5. end
  6. puts a
  7. puts val
Success #stdin #stdout 0.17s 6560KB
stdin
Standard input is empty
stdout
hello
1000008000010000003