aoc
2023.12.25
In aoc::
year2015::
day18
Function
aoc
::
year2015
::
day18
::
parse
Copy item path
source
ยท
[
−
]
pub fn parse(input: &
str
) -> [[
u64
;
7
];
100
]
Expand description
Pack the lights into 4 bits each in
big-endian order
.