Skip to content

Instantly share code, notes, and snippets.

@potix2
Created October 11, 2011 18:29
Show Gist options
  • Save potix2/1278937 to your computer and use it in GitHub Desktop.
Save potix2/1278937 to your computer and use it in GitHub Desktop.
fizzbuzz
perl -e'map{print$_%3?$_%5?$_:"":"fizz",$_%5?"":"buzz","\n";}1..100'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment