This is a collection of solutions for Advent of Code 2024. The individual solutions are written in Rust for learning purposes.
Warning
Most of the code might not be exactly "canonical" Rust mostly due to my inexperience with the language.
To execute an individual solution, please run the following command (replacing dayXX with day03 for example for the 3rd day):
cargo run --bin dayXX < inputs/dayXX/input.txt