/AdventOfCode-2022

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

Primary LanguageRust

AdventOfCode-2022

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

How to run

Each day is a separate binary target. The binary's name is the day in the format %02d (i.e. a two-digit number with leading zero).

To run the binary of one day, for example, day 02:

cargo run --bin 02