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