From 2a81ead1a834722e2c0dc00eabe37a8ea076fe40 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Thu, 27 May 2010 11:07:22 +0530 Subject: [PATCH] adding leiningen project file --- project.clj | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 project.clj diff --git a/project.clj b/project.clj new file mode 100644 index 0000000..650632e --- /dev/null +++ b/project.clj @@ -0,0 +1,4 @@ +(defproject sicp "1.0.0-SNAPSHOT" + :description "SICP experiments and exercise solutions" + :dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"] + [org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]]) \ No newline at end of file -- 2.45.2