Solutions to Advent of Code 2021 in Clojure using babashka.
./aoc.clj
# or
nix-shell -p babashka --command ./aoc.clj
# or
docker run --rm -it -v${PWD}:/tmp babashka/babashka /tmp/aoc.clj
Solutions to Advent of Code 2021 in Clojure using babashka.
./aoc.clj
# or
nix-shell -p babashka --command ./aoc.clj
# or
docker run --rm -it -v${PWD}:/tmp babashka/babashka /tmp/aoc.clj