Skip to content

Instantly share code, notes, and snippets.

@todesking
Forked from sorah/gist:573131
Created September 10, 2010 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todesking/573510 to your computer and use it in GitHub Desktop.
Save todesking/573510 to your computer and use it in GitHub Desktop.
1.upto(100){|i|puts i%3>0?i%5<1?:Buzz:i:i%5>0?:Fizz:'FizzBuzz'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment