asdf install
# substitute `XX` with zero-padded day number
cargo run -p day_XX --bin day_XX -- ./day_XX/input.txt
cargo test
cargo new --lib day_XX
Solutions to Advent of Code 2023 puzzles https://adventofcode.com/2023
Rust
asdf install
# substitute `XX` with zero-padded day number
cargo run -p day_XX --bin day_XX -- ./day_XX/input.txt
cargo test
cargo new --lib day_XX