Skip to content

Instantly share code, notes, and snippets.

@Nymphium
Created March 2, 2015 23:42
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 Nymphium/0ac3cc1d398b02a082c0 to your computer and use it in GitHub Desktop.
Save Nymphium/0ac3cc1d398b02a082c0 to your computer and use it in GitHub Desktop.
for i=1,100
s=""
if i%3<1 s="Fizz"
if i%5<1 s..="Buzz"
print s==""and i or s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment