mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-16 10:35:02 +01:00
day03, faster hash
This commit is contained in:
parent
3e0ef21379
commit
e80cf475a1
5 changed files with 81 additions and 4 deletions
|
|
@ -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! {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue