# over partial

This commit is contained in:
Adam Jeniski 2023-12-09 09:49:32 -05:00
parent d7af2de25f
commit 3bbbc8c8ce

View File

@ -18,7 +18,7 @@
(map parse-line)
(map generate-pyramid)
(map reverse)
(map (partial reduce reduction 0))
(map #(reduce reduction 0 %))
(reduce +)))
;; part 1