diff --git a/07/code.clj b/07/code.clj index 8456877..e24c48d 100644 --- a/07/code.clj +++ b/07/code.clj @@ -100,7 +100,7 @@ if (map inc [1 2 3]) ; => (2 3 4) -(read-string ("+")) +(read-string "+") ; => + (type (read-string "+"))