Skip to content

chrismandery/advent-of-code-2023

Repository files navigation

🎄 Advent of Code 2023 🎄

Rust Tests Badge

This repository contains my solutions for the Advent of Code 2023, written in Rust.

All solutions are in the same Cargo Workspace, where the solution for puzzle X can be found in the dayX package.

Every package contains unit test(s) for the example(s) from the puzzle description and will build an executable that solves the puzzle for the input file from the inputs/ directory.

Links to Solutions

Day Puzzle Source
1 Trebuchet?! Solution
2 Cube Conundrum Solution
3 Gear Ratios Solution
4 Scratchcards Solution
5 If You Give A Seed A Fertilizer Solution
6 Wait For It Solution
7 Camel Cards Solution
8 Haunted Wasteland Solution
9 Mirage Maintenance Solution
10 Pipe Maze Solution
11 Cosmic Expansion Solution
12 Hot Springs Solution
13 Point of Incidence Solution
14 Parabolic Reflector Dish Solution
15 Lens Library Solution
16 The Floor Will Be Lava Solution
17 Clumsy Crucible Solution
18 Lavaduct Lagoon Solution
19 Aplenty Solution
20 Pulse Propagation Solution
21 Step Counter Solution
22 Sand Slabs Solution
23 A Long Walk Solution
24 Never Tell Me The Odds Solution
25 Snowverload Solution

About

Advent of Code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages