This repository contains my solutions for the Advent of Code 2022 challenges, implemented in Rust. The code is developed following Test-Driven Development (TDD) principles to ensure reliability and maintainability.
- Rust (latest stable version) 🦀
- Cargo (latest stable version) 📦
- 🍴 Fork or clone the repository ```bash git clone https://github.com/donedgardo/advent_of_code_rusty_2022_ed.git ```
- 📂 Navigate to the project directory ```bash cd advent_of_code_rusty_2022_ed ```
- 🛠 Build the project ```bash cargo build ```
To run a specific challenge, use the following command:
```bash cargo run --bin [challenge_number] ```
Replace [challenge_number]
with the number of the challenge you want to run (e.g., 01
, 02
, etc.).
- 🎁 Challenge 01: Source Code
- 🎁 Challenge 02: Source Code
- 🎁 Challenge 03: Source Code
- 🎁 Challenge 04: Source Code
- ... (and so on)
Feel free to open issues or submit pull requests. Your contributions are welcome! 🙌
This project is open-source and available under the MIT License. 📜