From https://adventofcode.com/2023.
- rustc, cargo
Only Linux has been tested. Other platforms might just work though.
cargo test --release
Use e.g. cargo test day01::part01 -- --nocapture
for running a specific test.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
From https://adventofcode.com/2023.
Only Linux has been tested. Other platforms might just work though.
cargo test --release
Use e.g. cargo test day01::part01 -- --nocapture
for running a specific test.