Skip to content

Commit

Permalink
day 19: more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anisse committed Dec 19, 2023
1 parent 6e553c3 commit 324f986
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bin/day19.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ struct Accepted {
}

fn part2(wf: &Workflows) -> usize {
accept2(wf)
}
fn accept2(wf: &Workflows) -> usize {
let res = [Accepted { min: 1, max: 4001 }; 4];
accept2_tree(wf, "in", res).expect("accepted")
}
Expand Down

0 comments on commit 324f986

Please sign in to comment.