This repository contains my solutions for the Advent of Rust programming challenges.
The repository is organized with each day's challenge in its own directory:
day04/: Contains solutions for Day 4 challengeday05/: Contains solutions for Day 5 challengeday06/: Contains solutions for Day 6 challengeday07/: Contains solutions for Day 7 challenge
Each day's directory contains a src/main.rs file with the solution code.
To run a specific day's solution, use the following command from the root of the repository:
cargo run --bin day04