aoc::year2020::day17

Function parse

Source
pub fn parse(input: &str) -> Grid<u8>
Expand description

Use our utility Grid method to parse the input.