franz newline
This commit is contained in:
parent
5289e1dfdf
commit
fdd38bd6b1
@ -1,8 +1,7 @@
|
|||||||
(ns day06
|
(ns day06
|
||||||
(:require input-manager))
|
(:require input-manager))
|
||||||
|
|
||||||
(def input
|
(def input (input-manager/get-input 2025 6))
|
||||||
(input-manager/get-input 2025 6))
|
|
||||||
|
|
||||||
(def num-line? (comp not #{\* \+} first))
|
(def num-line? (comp not #{\* \+} first))
|
||||||
(def nums-raw (take-while num-line? input))
|
(def nums-raw (take-while num-line? input))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user