fork download
  1. def i = 0
  2. Math.random() <0;1)
  3. Math.random()*10 <0;10)
  4. Math.random()*10 - 5 <-5;5)
  5. while (i < 10) {
  6. i++
  7. }
  8. for (remainingGuests in 0..9) {
  9. println remainingGuests
  10. }
Runtime error #stdin #stdout 0.95s 219072KB
stdin
Standard input is empty
stdout
Standard output is empty