Function aoc::year2018::day18::parse

source ยท
pub fn parse(input: &str) -> Key
Expand description

Pack the input into an array of u64. The input is 50 acres wide, so requires ceil(50 / 8) = 7 elements for each row.