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