This repository contains my solutions to the Advent of Code challenges for both 2023 and 2024, implemented in Rust. Each year's challenges are organized in their respective folders.
Each day's solution is implemented in Rust. To run the solution for a specific day:
-
Navigate to the folder for the corresponding year:
cd aoc-2023 # Or cd aoc-2024
-
Run the solution for the desired day:
cargo run run <day-number> # E.g., cargo run run 24
Feel free to explore the solutions, provide feedback, or suggest improvements.
Happy coding and enjoy the puzzles! 🎄✨