Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.72 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.72 KB

🎄 Advent of Code 2022 - Rusty Edition 🦀

🌟 Overview

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.

📚 Table of Contents

🚀 Getting Started

🛠 Prerequisites

  • Rust (latest stable version) 🦀
  • Cargo (latest stable version) 📦

🔧 Installation

  1. 🍴 Fork or clone the repository ```bash git clone https://github.com/donedgardo/advent_of_code_rusty_2022_ed.git ```
  2. 📂 Navigate to the project directory ```bash cd advent_of_code_rusty_2022_ed ```
  3. 🛠 Build the project ```bash cargo build ```

🔍 Usage

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.).

🎯 Challenges

🤝 Contributing

Feel free to open issues or submit pull requests. Your contributions are welcome! 🙌

📝 License

This project is open-source and available under the MIT License. 📜