Function aoc::year2021::day21::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.