mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 07:03:19 -09:00
format
This commit is contained in:
parent
f9d146d1d9
commit
c2f421cc03
@ -1,7 +1,6 @@
|
||||
(ns day09
|
||||
(:require
|
||||
[core :as c]
|
||||
[input-manager :refer [get-input]]))
|
||||
(:require [core :as c]
|
||||
[input-manager :refer [get-input]]))
|
||||
|
||||
(def input (->> (first (get-input 9))
|
||||
(map str)
|
||||
|
Loading…
x
Reference in New Issue
Block a user