fork download
  1. x = 1
  2. 50000.times { x *= 10 }
  3. puts x / 10 ** 50000
Success #stdin #stdout 1.6s 11192KB
stdin
Standard input is empty
stdout
1