RosettaCodeData/Task/FizzBuzz/Q/fizzbuzz-1.q
2023-10-02 18:11:16 -07:00

1 line
59 B
Text

{(2 sv not x mod/:5 3)'[;`fizz;`buzz;`fizzbuzz]`$string x}