mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 09:33:19 -09:00
9 lines
393 B
Clojure
9 lines
393 B
Clojure
(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"]])
|