From: Ramakrishnan Muthukrishnan Date: Wed, 1 Sep 2010 19:54:13 +0000 (+0530) Subject: solution to 2.55 X-Git-Url: https://git.rkrishnan.org/COPYING.GPL?a=commitdiff_plain;h=934481dc226c28be916865a6a224d17f6d226fd5;p=sicp.git solution to 2.55 --- diff --git a/src/sicp/ex2_55.clj b/src/sicp/ex2_55.clj new file mode 100644 index 0000000..f3e7041 --- /dev/null +++ b/src/sicp/ex2_55.clj @@ -0,0 +1,6 @@ +(ns sicp.ex2_55 + (:use [clojure.test])) + +(deftest test-double-quote + (is [= (first ''abracadabra) + 'quote])) \ No newline at end of file