aoc
2024.12.25
In aoc::
year2020::
day16
aoc
::
year2020
::
day16
Function
solve_part_one
Copy item path
Source
fn solve_part_one(rules: &[
Rule
], tickets: &[
Vec
<
u32
>]) -> (
u32
,
Vec
<
bool
>)