Skip to content

Instantly share code, notes, and snippets.

@msszczep
Created April 17, 2015 18: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 msszczep/f79adaa77128a51fa5fc to your computer and use it in GitHub Desktop.
Save msszczep/f79adaa77128a51fa5fc to your computer and use it in GitHub Desktop.
Virtual Die #2
(let [d ["Project #1"
"Project #2"
"Project #3"
"Project #4"
"Project #5"
"Project #6"]]
(rand-nth d))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment