Skip to content

Commit 3a95adb

Browse files
authored
Remove check in day 13 (#7)
1 parent 4b3378b commit 3a95adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/year2024/day13.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ fn play(&[ax, ay, bx, by, mut px, mut py]: &Claw, part_two: bool) -> i64 {
5656
a /= det;
5757
b /= det;
5858

59-
if part_two || (a <= 100 && b <= 100) { 3 * a + b } else { 0 }
59+
3 * a + b
6060
}

0 commit comments

Comments
 (0)