diff --git a/2025/src/day08.clj b/2025/src/day08.clj index 4435c4d..5d973e8 100644 --- a/2025/src/day08.clj +++ b/2025/src/day08.clj @@ -5,7 +5,6 @@ (mapv (comp (partial mapv parse-long) (partial re-seq #"\d+"))))) (def initial-circuits (into #{} (map hash-set input))) - (defn square [x] (* x x)) (defn dist-squared [[ax ay az] [bx by bz]] (+ (square (- ax bx))