mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-11-27 12:12:44 -10:00
golf
This commit is contained in:
parent
c577615973
commit
1cd6a07cf8
@ -22,8 +22,7 @@
|
|||||||
(mapv (constantly 0) puzzle))
|
(mapv (constantly 0) puzzle))
|
||||||
last))
|
last))
|
||||||
|
|
||||||
(let [[w _ & p]
|
(let [[w _ & p] (input-manager/get-input 2024 19)]
|
||||||
(input-manager/get-input 2024 19)]
|
|
||||||
(def words (into #{} (str/split w #", ")))
|
(def words (into #{} (str/split w #", ")))
|
||||||
(def puzzles p))
|
(def puzzles p))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user