Skip to content

Instantly share code, notes, and snippets.

@msszczep
Created April 17, 2015 18:03
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/fdcd541c03314b574100 to your computer and use it in GitHub Desktop.
Save msszczep/fdcd541c03314b574100 to your computer and use it in GitHub Desktop.
Virtual Die
(let [d {1 "Project #1"
2 "Project #2"
3 "Project #3"
4 "Project #4"
5 "Project #5"
6 "Project #6"}]
(d (-> (rand-int 6)
inc)))
@danoff
Copy link

danoff commented Apr 17, 2015

Best virtual die I've ever seen! Nice work, Michell!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment