FizzBuzz
FizzBuzz copied to clipboard
Add APL
Do you have an APL implementation of the code to contribute?
Yes I do.
{(‘FizzBuzz’ ‘Fizz’ ‘Buzz’,⍵)[(0=15 3 5|⍵)⍳1]}¨⍳100
I won't bother with a Pull Request.
Thanks, I believe this can be closed now.