fork download
  1. def i = 0
  2. IF ( i > 1 )
  3. y = random integer (0-9)
  4. ELSE // i <= 1
  5. DO
  6. y = random integer (0-9)
  7. WHILE (i == 5)
  8. while (i < 10)
  9. {
  10. i++
  11. }
  12. for (remainingGuests in 0..9) {
  13. println remainingGuests
  14. }
Runtime error #stdin #stdout 0.95s 218752KB
stdin
Standard input is empty
stdout
Standard output is empty