fork download
  1. puts 42 % 0
Runtime error #stdin #stdout #stderr 0.02s 7408KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.rb:1:in `<main>': divided by 0 (ZeroDivisionError)