clean up hacks

This commit is contained in:
Adam Jeniski 2023-12-06 00:21:58 -05:00
parent 051638cda0
commit ff09b6d9dc

View File

@ -45,14 +45,9 @@
;; part 2 ;; part 2
(->> seeds (->> seeds
(partition 2) (partition 2)
(map #(range (+ (map #(range (first %)
118 ;; hacky solution, delete this + 117
(first %))
(+ (first %) (+ (first %)
(second %)) (second %))))
1000 ;; hacky solution, delete this
))
(apply concat) (apply concat)
(map translate) (pmap translate)
(apply min)) (apply min))