fn parse_input(
    input: &String,
    card_parser: fn(_: &str) -> Vec<Card>
) -> Vec<Hand>
Expand description

Parse the puzzle input