Skip to content

This repository contains my solutions for the challenges of the 2024 edition of advent of code.

Notifications You must be signed in to change notification settings

alecolo129/adventofcode_rs

Repository files navigation

Advent of Code - Rust Workspace

This repository contains my solutions for the Advent of Code 2024 challenges, implemented in Rust. Each day of the event is organized as a separate binary project.

Project Structure

Each project day_X has:

  • main.rs: The Rust program that solves the problem for the day.
  • input.txt: The input provided for the challenge.

Getting Started

Prerequisites

Make sure you have Rust installed on your system.

Cloning Repository

git clone https://github.com/your-username/advent_of_code.git
cd advent_of_code

Running Solution

To run the solution for a specific day, use the following command:

cargo run --package day_X

replacing day_X with your day of choice (e.g., day_one).

Acknowledgments

  • Thanks to Eric Wastl for creating Advent of Code and preparing lots of fun challenges each year.

About

This repository contains my solutions for the challenges of the 2024 edition of advent of code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages