/advent-of-code-2022

Advent of Code 2022 in Rust

Primary LanguageRustMIT LicenseMIT

Advent of Code 2022

CI

Advent of Code 2022 in Rust

To run the latest day:

cargo run

To run all the tests:

cargo test

To create initial files for a new day (including downloading the data!)

./prepare_day.sh 05