y2015d22 finally, alot of small things to watch out for

This commit is contained in:
2024-12-02 15:51:01 +01:00
parent 67d3a56011
commit 4d1477d7c1
3 changed files with 347 additions and 54 deletions

View File

@@ -5,4 +5,4 @@ run year day:
cargo run --package y{{year}} --bin d{{day}}
test year day *part='1':
cargo test --package y{{year}} days::d{{day}}::tests::part{{part}} -- --nocapture
cargo test --package y{{year}} --lib days::d{{day}}::tests::part{{part}} -- --nocapture