]> code.bitgloo.com Git - clyne/advent-of-code.git/commitdiff
day2: fix typo
authorClyne Sullivan <clyne@bitgloo.com>
Mon, 13 Dec 2021 19:55:17 +0000 (14:55 -0500)
committerClyne Sullivan <clyne@bitgloo.com>
Mon, 13 Dec 2021 19:55:17 +0000 (14:55 -0500)
day2/part1.clj

index 65a287a517ad1d499c3cca87a20b6526ebd4ea1a..e4e9d497422eaf0cc6a3856349db058f7b57c460 100644 (file)
@@ -9,7 +9,7 @@
 (require '[clojure.string :as str])
 
 (println
-  (keduce *
+  (reduce *
     (vals
       (reduce
         #(case (first %2)