doh, my bad

This commit is contained in:
Paul R. Tagliamonte 2013-03-17 17:51:09 -04:00
parent 5321703287
commit 0c1bdde6e3

View File

@ -28,7 +28,7 @@
(for [x [1 2 3 4 5]
y [1 2 3 4 5]]
(def count (+ count x y)))
(assert (= count 140)))
(assert (= count 150)))
(defn test-in []