No description
- Rust 100%
| advent_of_code_common@cdc5927350 | ||
| data | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| Cargo.toml | ||
| README.md | ||
AdventOfCode2024
Running tests
Example for day 1 tests:
cargo test day01 -- --nocapture
All tests:
cargo test -- --nocapture
Running a day code
cargo run -- n
Where 'n' is a number from 1 to 25