Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3a95adb

Browse files
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /