aoc
2024.12.25
In aoc::
year2021::
day11
aoc
::
year2021
::
day11
Function
simulate
Copy item path
Source
fn simulate( input: &[
u8
;
144
], predicate: impl
Fn
(
usize
,
usize
) ->
bool
, ) -> (
usize
,
usize
)