/aoc2023

https://adventofcode.com/2023

Primary LanguageCMIT LicenseMIT

aoc2023

https://adventofcode.com/2023

Build

make

Run

Get solution of a DAY

./aoc2023 -d <DAY>

Get solutions of multiple days

./aoc2023 -d <DAY1> -d <DAY2> -d <DAY3>

Get solutions of all days

./aoc2023 -a