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