Function advent_of_code_2022::day_2::parse_move
source · fn parse_move(chr: &str) -> Option<Move>
Expand description
Parse a part of an input line as a move
fn parse_move(chr: &str) -> Option<Move>
Parse a part of an input line as a move