/2022-aoc

My solutions for the Advent of Code 2022

Primary LanguageRust

2022 Advent of Code Solutions (Rust)

My solutions for the Advent of Code 2022 written in Rust.

Structure

Each day has their own crate inside the /puzzles folder containing two functions (part_one & part_two)

Running

To run all the tests for each day just do cargo test