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