This commit is contained in:
Adam Jeniski 2024-12-10 11:10:30 -05:00
parent f9d146d1d9
commit c2f421cc03

View File

@ -1,7 +1,6 @@
(ns day09 (ns day09
(:require (:require [core :as c]
[core :as c] [input-manager :refer [get-input]]))
[input-manager :refer [get-input]]))
(def input (->> (first (get-input 9)) (def input (->> (first (get-input 9))
(map str) (map str)