Skip to content

Commit 71aeb03

Browse files
committed
refactor: Remove comments
1 parent adaea01 commit 71aeb03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/day07.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ fn solve(input: &str, operations: &[Operation]) -> i64 {
2222
}
2323

2424
if result == *test_value {
25-
return *test_value; // Return the test value if the equation is satisfied
25+
return *test_value;
2626
}
2727
}
2828

29-
0 // Return 0 if no configuration satisfies the equation
29+
0
3030
})
3131
.sum()
3232
}

0 commit comments

Comments
 (0)