World now building correctly, and a simple printout function allows

a world to be inspected.
This commit is contained in:
Simon Brooke 2014-06-30 10:13:04 +01:00
parent 53a09fddf6
commit 7bfefe95ab
2 changed files with 28 additions and 6 deletions

View file

@ -3,4 +3,5 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]])
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/math.combinatorics "0.0.7"]])