This commit is contained in:
Adam Jeniski 2023-12-09 09:56:12 -05:00
parent 943936a4e5
commit 46e48b5f4b

View File

@ -12,8 +12,7 @@
pyramid
(recur (conj pyramid (mapv - (rest last-line) last-line)))))))
(defn solve [reduction]
(->> (get-puzzle-input 9)
(defn solve [reduction] (->> (get-puzzle-input 9)
(map parse-line)
(map generate-pyramid)
(map reverse)