Skip to content

chFleschutz/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code - Rust Solutions

This repository contains my solutions to the Advent of Code challenges for the year 2023 implemented in Rust.

About Advent of Code

Advent of Code is an annual coding event where participants solve programming puzzles and challenges every day from December 1st to December 24th.

Running the Solutions

To get started, make sure you have Rust installed on your system.

  1. Clone this repository to your local machine:
git clone https://github.com/chFleschutz/advent_of_code.git
  1. 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)

About

Solutions for advent of code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages