advent_of_code_2024::day_15

Function parse_input

source
fn parse_input(input: &String) -> (SingleWarehouse, Vec<Move>)
Expand description

Turn the puzzle input into a SingleWarehouse, and list of Moves.