fn parse_input(input: &String) -> (SingleWarehouse, Vec<Move>)Expand description
Turn the puzzle input into a SingleWarehouse, and list of Moves.
fn parse_input(input: &String) -> (SingleWarehouse, Vec<Move>)Turn the puzzle input into a SingleWarehouse, and list of Moves.