]> git.rkrishnan.org Git - sicp.git/commitdiff
solution to 2.55
authorRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Wed, 1 Sep 2010 19:54:13 +0000 (01:24 +0530)
committerRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Wed, 1 Sep 2010 19:54:13 +0000 (01:24 +0530)
src/sicp/ex2_55.clj [new file with mode: 0644]

diff --git a/src/sicp/ex2_55.clj b/src/sicp/ex2_55.clj
new file mode 100644 (file)
index 0000000..f3e7041
--- /dev/null
@@ -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