Created
February 21, 2017 15:16
-
-
Save minikomi/3b52713b9e9a6bd372f33d82b5375b32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fzbz: {$[0=(15!x) ; "fizzbuzz"; | |
0=(3!x) ; "fizz" ; | |
0=(5!x) ; "buzz" ; | |
$x]} | |
fizzbuzz: {[n] fzbz ' ( 1 + !n)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment