Skip to content

Instantly share code, notes, and snippets.

@artbikes
Created November 27, 2018 16:17
Show Gist options
  • Save artbikes/89597d14b449c8375645ebd3f76ed513 to your computer and use it in GitHub Desktop.
Save artbikes/89597d14b449c8375645ebd3f76ed513 to your computer and use it in GitHub Desktop.
banana list
(take 10 (repeatedly #(rand-nth (clojure.string/split-lines (slurp "banana-wordlist.txt")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment