From bf47ff7c34da5aaa819c4a1dc8e0c71d0e868294 Mon Sep 17 00:00:00 2001 From: ajet Date: Thu, 16 Oct 2025 10:10:06 -0900 Subject: [PATCH] add debug tools --- 2024/project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/2024/project.clj b/2024/project.clj index 5c06eb2..d0064ea 100644 --- a/2024/project.clj +++ b/2024/project.clj @@ -3,6 +3,7 @@ :url "http://github.com/ajetski/advent-of-code" :min-lein-version "2.0.0" :jvm-opts ["-Xmx16g"] + :plugins [[cider/cider-nrepl "0.57.0"]] :dependencies [[org.clojure/clojure "1.12.0"] [org.clojure/math.combinatorics "0.3.0"] [babashka/fs "0.5.23"]