Skip to content

Instantly share code, notes, and snippets.

@naush
Created February 12, 2011 21:10
Show Gist options
  • Save naush/824125 to your computer and use it in GitHub Desktop.
Save naush/824125 to your computer and use it in GitHub Desktop.
(def gray 0)
(def black 1)
(def white 2)
(defn board [size] (vec (repeat * size size) gray))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment