]> git.rkrishnan.org Git - sicp.git/blob - project.clj
Solutions to 3.73, 3.74, 3.75, 3.76, 3.77, 3.78, 3.79, 3.80 and 3.81
[sicp.git] / project.clj
1 (defproject sicp "1.0.0-SNAPSHOT"
2   :description "SICP experiments and exercise solutions"
3   :dependencies [[org.clojure/clojure "1.2.0"]
4                  [org.clojure/clojure-contrib "1.2.0"]])