This project contains solutions for Advent of Code 2024 challenges implemented in Rust.
- Rust: Ensure you have Rust installed. You can install it from here.
To build the project, run the following command:
cargo buildTo run the solutions, use the following commands:
cargo run --bin dayX