frcl / aoc2021-jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021 Solutions

Test badge

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>

About


Languages

Language:Julia 97.2%Language:Shell 2.8%