Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Last active July 27, 2019 20:44
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 trikitrok/42efeec5462d2fe648e3b350bbd7b296 to your computer and use it in GitHub Desktop.
Save trikitrok/42efeec5462d2fe648e3b350bbd7b296 to your computer and use it in GitHub Desktop.
(ns fizzbuzz-pbt.core)
(defn fizzbuzz []
(take 100 (cycle ["" "" "Fizz"])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment