This is my repository for the 2024 Advent of Code solutions written in Rust.
export ADVENT_SESSION="533..." # Your session cookie
cargo advent -y 2024 -d 1 run
This uses a great AoC runner and CLI rossmacarthur/advent. The code in
cli
directory is a modification of this code, licensed under MIT/Apache-2.0.