Skip to content

Instantly share code, notes, and snippets.

@s-shin
Created November 29, 2014 07:19
Show Gist options
  • Save s-shin/dc96a02d821c87f77e02 to your computer and use it in GitHub Desktop.
Save s-shin/dc96a02d821c87f77e02 to your computer and use it in GitHub Desktop.
fizzbuzz one liner
fizzbuzz=(n)->["FizzBuzz",n,n,"Fizz",n,"Buzz","Fizz",n,n,"Fizz","Buzz",n,"Fizz",n,n][n%15]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment