/advent-of-code-2022-rust

my take on aoc2022 | rust

Primary LanguageRust

Advent of Code 2022 Solutions

Just my personal solutions. Written in Rust as an exercise.
Don't expect good code - I have little experience in Rust.

Usage

cargo run

To only run specific days and/or parts, specify args: --day N and/or --part P:

cargo run -- --day=1 --part=2