Skip to content

Instantly share code, notes, and snippets.

@sneeu
Created November 21, 2011 13:21
Show Gist options
  • Save sneeu/1382606 to your computer and use it in GitHub Desktop.
Save sneeu/1382606 to your computer and use it in GitHub Desktop.
Ben Dan Dom Jamie John Keith Stuart
(ns santas
(:require clojure.string))
(println
(clojure.string/join " -> "
(shuffle
(clojure.string/split
(slurp "names.txt")
#"[ \n]"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment