Skip to content

Instantly share code, notes, and snippets.

@irof
Created October 13, 2011 14:55
Show Gist options
  • Save irof/1284414 to your computer and use it in GitHub Desktop.
Save irof/1284414 to your computer and use it in GitHub Desktop.
(1..100).each{i->println i%15?i%5?i%3?i:'Fizz':'Buzz':'FizzBuzz'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment