diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-12-13 14:55:17 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-12-13 14:55:17 -0500 |
commit | 8ada5e03316e0e89ab16d147c41de33aac584d48 (patch) | |
tree | e6ccd7b72c51a7f790075dda264eafdf067f2ffc /day2 | |
parent | 2c026e06a3466ea5aba498636a9d07b5ccc434f5 (diff) |
day2: fix typo
Diffstat (limited to 'day2')
-rw-r--r-- | day2/part1.clj | 2 |
1 files changed, 1 insertions, 1 deletions
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) |