GitHunt
RU

rust-dd/aoc-2024

This repository is dedicated to solving the Advent of Code 2024 puzzles using the Rust programming language

๐ŸŽ„ Advent of Code 2024 Solutions in Rust

Welcome to our Advent of Code 2024 (in Rust) repository! ๐ŸŽ…โœจ This project provides daily solutions for the Advent of Code challenges, implemented in the Rust programming language.

We update the repository every day with solutions for the latest puzzles. Whether you're learning Rust, solving puzzles, or looking for inspiration, we hope this repository proves useful to you.

๐Ÿ“ Directory Structure

๐Ÿ“‚ src/
   โ”œโ”€โ”€ day01.rs      # Solution for Day 1
   โ”œโ”€โ”€ day02.rs      # Solution for Day 2
   โ”œโ”€โ”€ ...
๐Ÿ“‚ inputs/
   โ”œโ”€โ”€ day01.txt     # Input data for Day 1
   โ”œโ”€โ”€ day02.txt     # Input data for Day 2
   โ”œโ”€โ”€ ...
  • src/: Contains the Rust solution files for each day.
  • inputs/: Stores the input data used for the puzzles.

๐Ÿš€ Usage

  1. Clone the repository:
git clone https://github.com/rust-dd/aoc-2024.git
cd aoc-2024
  1. Update the repository daily to get the latest solutions:
git pull

๐ŸŒŸ Acknowledgements

  • Advent of Code by Eric Wastl for the incredible challenges.
  • The Rust community for their tools and support.

๐ŸŽ‰ Happy Coding and enjoy solving puzzles with Rust! ๐ŸŽ„

Languages

Rust100.0%

Contributors

Created December 1, 2024
Updated February 10, 2026