/advent-of-code-2023-rust

Advent of Code 2023 in Rust

Primary LanguageRustMIT LicenseMIT

Usage

cargo run -p dayXX  # run dayXX
cargo test -p dayXX  # test dayXX
cargo test -p utils  # test utils

Contributing

cargo new dayXX --bin  # create dayXX