Skip to content

Instantly share code, notes, and snippets.

@minikomi
Created February 21, 2017 15:16
Show Gist options
  • Save minikomi/3b52713b9e9a6bd372f33d82b5375b32 to your computer and use it in GitHub Desktop.
Save minikomi/3b52713b9e9a6bd372f33d82b5375b32 to your computer and use it in GitHub Desktop.
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