Skip to content

Instantly share code, notes, and snippets.

@tokutoku3
Created May 15, 2014 11:49
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 tokutoku3/9c3a2eba9806165c6c3c to your computer and use it in GitHub Desktop.
Save tokutoku3/9c3a2eba9806165c6c3c to your computer and use it in GitHub Desktop.
[練習] perlでワンライナーfizzbuzz
print(($_%3?$_%5?"$_":buzz:$_%5?fizz:fizzbuzz)."\n")for 1..100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment