mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-16 10:35:02 +01:00
cleanup
This commit is contained in:
parent
5c1a089038
commit
fa39b5faf4
11 changed files with 18 additions and 18 deletions
|
|
@ -92,8 +92,7 @@ fn part2(input: &str) -> u64 {
|
|||
}
|
||||
}
|
||||
|
||||
let power = min[0] * min[1] * min[2];
|
||||
power
|
||||
min[0] * min[1] * min[2]
|
||||
})
|
||||
.sum()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue