]> git.rkrishnan.org Git - sicp.git/blob - project.clj
solutions to 3.64, 3.65, 3.66, 3.67, 3.68 and 3.69
[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"]])