This commit is contained in:
Adam Jeniski 2025-10-19 11:49:57 -04:00 committed by GitHub
parent c577615973
commit 1cd6a07cf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,8 +22,7 @@
(mapv (constantly 0) puzzle))
last))
(let [[w _ & p]
(input-manager/get-input 2024 19)]
(let [[w _ & p] (input-manager/get-input 2024 19)]
(def words (into #{} (str/split w #", ")))
(def puzzles p))