From 8ada5e03316e0e89ab16d147c41de33aac584d48 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 13 Dec 2021 14:55:17 -0500 Subject: [PATCH] day2: fix typo --- day2/part1.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)