Removed unused test

This commit is contained in:
Jan-Bulthuis 2024-12-22 13:44:38 +01:00
parent 3db9cd1e69
commit 962e7749f6
1 changed files with 0 additions and 13 deletions

View File

@ -72,17 +72,4 @@ mod tests {
assert_eq!(part1(&parse("100")), 15273692);
assert_eq!(part1(&parse("2024")), 8667524);
}
// #[test]
// fn part2_example() {
// assert_eq!(
// part2(&parse(
// "1
// 10
// 100
// 2024"
// )),
// 23
// );
// }
}