aoc
2023.12.25
In aoc::
year2020::
day16
Function
aoc
::
year2020
::
day16
::
solve_part_one
Copy item path
source
ยท
[
−
]
fn solve_part_one(rules: &[
Rule
], tickets: &[
Vec
<
u32
>]) -> (
u32
,
Vec
<
bool
>)