From: Clyne Sullivan Date: Mon, 13 Dec 2021 19:55:17 +0000 (-0500) Subject: day2: fix typo X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=8ada5e03316e0e89ab16d147c41de33aac584d48;p=clyne%2Fadvent-of-code.git day2: fix typo --- diff --git a/day2/part1.clj b/day2/part1.clj index 65a287a..e4e9d49 100644 --- a/day2/part1.clj +++ b/day2/part1.clj @@ -9,7 +9,7 @@ (require '[clojure.string :as str]) (println - (keduce * + (reduce * (vals (reduce #(case (first %2)