y2015d22 tests work, solution incorrect and slow

This commit is contained in:
2024-11-15 13:23:25 +01:00
parent 7d0ed36699
commit 46deb678df
6 changed files with 351 additions and 21 deletions

8
justfile Normal file
View File

@@ -0,0 +1,8 @@
gen year day:
cargo run -- {{year}} {{day}}
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