aoc::year2021::day21

Function parse

Source
pub fn parse(input: &str) -> ((usize, usize), (usize, usize))
Expand description

Extract the starting position for both players converting to zero based indices.