This repository contains my solutions for the Advent of Code challenges. Each year, Advent of Code provides a series of programming puzzles to solve during the month of December.
The repository is organized by year and day. Each folder contains the code and any additional resources used to solve that day's puzzle.
- Rust
To run the solutions, you need to have Rust installed. You can install Rust from here.
Navigate to the directory of the puzzle you want to run and use the following command:
cargo run
Feel free to fork this repository and submit pull requests. Any improvements or additional solutions are welcome!