Created
November 15, 2013 10:34
-
-
Save sneeu/7482363 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(def names ["John" "Gordon" "Dom" "Jamie" "Stuart" "Ben"]) | |
(let [shuffled-names (shuffle names)] | |
(println (apply str (interpose " buys for " (cons (last shuffled-names) shuffled-names))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment