zenware / FizzBuzz

FizzBuzz in every programming language, inspired by https://github.com/leachim6/hello-world
201 stars 71 forks source link

Add APL #75

Open ghost opened 7 years ago

zenware commented 5 years ago

Do you have an APL implementation of the code to contribute?

ghost commented 5 years ago

Yes I do. {(‘FizzBuzz’ ‘Fizz’ ‘Buzz’,⍵)[(0=15 3 5|⍵)⍳1]}¨⍳100

ghost commented 5 years ago

I won't bother with a Pull Request.

elliotwutingfeng commented 2 years ago

Thanks, I believe this can be closed now.