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