Skip to content

Instantly share code, notes, and snippets.

@yantene
Last active December 5, 2017 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yantene/9f6c4a3537b5c563d878643611fb50e2 to your computer and use it in GitHub Desktop.
Save yantene/9f6c4a3537b5c563d878643611fb50e2 to your computer and use it in GitHub Desktop.
map (\(n, fb) -> last (sort [(show n), fb])) (zip [1..] (map (\(x, y) -> x ++ y) (zip (cycle ["", "", "fizz"]) (cycle ["", "", "", "", "buzz"]))))
-- import Data.List
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment