mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-11-27 13:12:44 -10:00
format
This commit is contained in:
parent
574d0888cc
commit
5cbf09fc2f
@ -33,8 +33,8 @@
|
|||||||
re-pattern))
|
re-pattern))
|
||||||
|
|
||||||
(def backwards-search-regex (->> (conj (->> numeric-value-map keys (map string/reverse)) "\\d")
|
(def backwards-search-regex (->> (conj (->> numeric-value-map keys (map string/reverse)) "\\d")
|
||||||
(string/join "|")
|
(string/join "|")
|
||||||
re-pattern))
|
re-pattern))
|
||||||
|
|
||||||
(->> input
|
(->> input
|
||||||
(map (fn [line]
|
(map (fn [line]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user