franz newline

This commit is contained in:
Adam Jeniski 2025-12-05 20:36:52 -10:00
parent 5289e1dfdf
commit fdd38bd6b1

View File

@ -1,8 +1,7 @@
(ns day06
(:require input-manager))
(def input
(input-manager/get-input 2025 6))
(def input (input-manager/get-input 2025 6))
(def num-line? (comp not #{\* \+} first))
(def nums-raw (take-while num-line? input))