/Advent-of-Code-2023

Rust library containing solutions to the Advent of Code 2023 challenge

Primary LanguageRust

Advent of Code 2023

Advent of Code 2023

This repository contains solutions to the challenges set as part of the Advent of Code 2023. The solutions have been created in the Rust programming language as a library.

1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25

Exercises

The tasks for each day can be found within the examples directory and make use of the aoc23 library:

cargo run --example day_3

Testing

Tests are based on the examples given within the exercises themselves.

cargo test