Skip to content

This repository contains Rust solutions for Advent of Code 2022, developed using Test-Driven Development (TDD) principles.

Notifications You must be signed in to change notification settings

donedgardo/advent_of_code_rusty_2022_ed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 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. 📜

About

This repository contains Rust solutions for Advent of Code 2022, developed using Test-Driven Development (TDD) principles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages