Skip to content

backuardo/advent_of_code_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Working through the Advent of Code 2023 challenges to improve my Rust skills. All of the solutions are for "part 2" of the challenges.

To run the solutions, you will need to copy the input files from the Advent of Code 2023 website into a root-level directory called inputs. The input files are named input1.txt, input2.txt, etc.

Usage

To run a specific day, run the following command:

cargo run <day_number>

For example, to run day 1, run the following command:

cargo run 1

Days

Day Name
1 Trebuchet?!
2 Cube Conundrum
3 Gear Ratios
4 Scratchcards
5 If You Give A Seed A Fertilizer

About

Advent of Code 2023 solutions in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages