mxcop / 2022-aoc

My solutions for the Advent of Code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My solutions for the Advent of Code 2022


Languages

Language:Rust 100.0%