This commit is contained in:
Smaug123
2021-12-04 07:45:46 +00:00
parent aca2a5c095
commit 2e899e7688

View File

@@ -188,7 +188,7 @@ mod tests {
}
#[test]
fn test_day_2() {
fn test_day_3() {
let input = input::<12>();
assert_eq!(part_1(&input), 3374136);
assert_eq!(part_2(&input), 4432698);