day03, faster hash

This commit is contained in:
nora 2023-12-03 15:23:48 +01:00
parent 3e0ef21379
commit e80cf475a1
5 changed files with 81 additions and 4 deletions

View file

@ -37,12 +37,12 @@ fn part2(_input: &str) -> u64 {
helper::tests! {
day00 Day00;
part1 {
small => 8;
default => 1931;
small => 0;
default => 0;
}
part2 {
small => 2286;
default => 83105;
small => 0;
default => 0;
}
}
helper::benchmarks! {}