pub fn parse(input: &str) -> (Vec<Monkey>, Vec<(usize, usize)>)
Extract each Monkey’s info from the flavor text. With the exception of the lines starting Operation we are only interested in the numbers on each line.
Operation