add lein proj

This commit is contained in:
Adam Jeniski 2024-12-15 19:11:30 -05:00
parent bc95d31515
commit 9064515faf

8
2024/project.clj Normal file
View File

@ -0,0 +1,8 @@
(defproject org.ajet/advent-of-code "0.0.0-SNAPSHOT"
:description "my 2024 advent of code solutions in clojure"
:url "http://github.com/ajetski/advent-of-code"
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.12.0"]
[org.clojure/math.combinatorics "0.3.0"]
[babashka/fs "0.5.23"]
[org.babashka/http-client "0.4.22"]])