Search Results

0
votes

What is your solution to the FizzBuzz problem?

Here's one I did a while ago in Haskell (generalized & should run very quick -- no arithmetic is performed after the initial setup): gizzabuzz pairs combiner = zipWith ($) (cycl …