aboutsummaryrefslogtreecommitdiff
path: root/clojure/src/step1_read_print.clj
diff options
context:
space:
mode:
Diffstat (limited to 'clojure/src/step1_read_print.clj')
-rw-r--r--clojure/src/step1_read_print.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/clojure/src/step1_read_print.clj b/clojure/src/step1_read_print.clj
index 31b2ac6..f15131a 100644
--- a/clojure/src/step1_read_print.clj
+++ b/clojure/src/step1_read_print.clj
@@ -19,7 +19,7 @@
;; repl
(defn rep
[strng]
- (PRINT (EVAL (READ strng), {})))
+ (PRINT (EVAL (READ strng) {})))
(defn -main [& args]
(loop []