Solutions for Advent of Code 2023
Also using codebase of Axel Lindeberg's AdventOfCode2023
# run specific day in XX format
cargo run --release --bin XX
# run all days
cargo run --release
install aoc
command via:
cargo install aoc-ctl
get each day's puzzle and inputs
aoc download \
--input-file inputs/XX.in \
--puzzle-file puzzles/XX.md \
--day X -o