This repository contains my solutions to the Advent of Code challenges for the year 2023 implemented in Rust.
Advent of Code is an annual coding event where participants solve programming puzzles and challenges every day from December 1st to December 24th.
To get started, make sure you have Rust installed on your system.
- Clone this repository to your local machine:
git clone https://github.com/chFleschutz/advent_of_code.git
- Run the solution for
dayX
:
cd advent-of-code
cargo run dayX
Make sure to replace dayX
with the specific day you want to run (e. g. 1 .. 24)