mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 11:23:17 -09:00
# over partial
This commit is contained in:
parent
d7af2de25f
commit
3bbbc8c8ce
@ -18,7 +18,7 @@
|
|||||||
(map parse-line)
|
(map parse-line)
|
||||||
(map generate-pyramid)
|
(map generate-pyramid)
|
||||||
(map reverse)
|
(map reverse)
|
||||||
(map (partial reduce reduction 0))
|
(map #(reduce reduction 0 %))
|
||||||
(reduce +)))
|
(reduce +)))
|
||||||
|
|
||||||
;; part 1
|
;; part 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user