Skip to content

Latest commit

 

History

History

2023

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Written in Rust, as a way to learn Rust.

Problem Solution
Day 1: Trebuchet?! Solution
Day 2: Cube Conundrum Solution
Day 3: Gear Ratios Solution
Day 4: Scratchcards Solution
Day 5: If You Give A Seed A Fertilizer Solution
Day 6: Wait For It Solution
Day 7: Camel Cards Solution
Day 8: Haunted Wasteland Solution
Day 9: Mirage Maintenance Solution
Day 10: Pipe Maze Solution
Day 11: Cosmic Expansion Solution

Running

Assumes you have Rust and Cargo installed.

  1. Clone the repository
  2. Navigate to the advent-of-code/2023 directory
  3. Run cargo run to run every day's solution, run cargo run [day number] to run a specific day or set of days