My solutions for Advent of Code 2021. Running requires recent julia installation (I'm using 1.6). Run tests with
julia --project=. -e 'using Pkg; Pkg.test("aoc2021")'
or in the julia REPL with ]test
.
Running with input requires eggnog to be installed.
./run <day> <part>