~benoit/aoc

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~benoit/aoc
read/write
git@git.sr.ht:~benoit/aoc

You can also use your local clone with git send-email.

#AOC

my attempt to solution advent of code 2022 with clojure babashka.

https://adventofcode.com/

#scripts / setup from Borkdude

adapted from: https://github.com/borkdude/advent-of-babashka-template

#some usefull commands

#start a new day

bb new-day --year 22 --day 02

#run a part

bb -x aoc22.day01/part1 [...args]