oops
This commit is contained in:
parent
75479c6006
commit
eb441b0704
|
@ -81,7 +81,6 @@ fn part1(input: &Input, y: i64) -> Answer {
|
|||
fn part2(input: &Input, max: i64) -> Answer {
|
||||
let (miny, maxy) = (0, max);
|
||||
for y in miny..=maxy {
|
||||
if y %
|
||||
let mut applicable_ranges = input
|
||||
.iter()
|
||||
.filter_map(|s| {
|
||||
|
|
Loading…
Reference in a new issue