jthomaschewski / advent-of-code-2022-rust

my take on aoc2022 | rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

my take on aoc2022 | rust


Languages

Language:Rust 100.0%