# over partial
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user