fn simulate_robots( robots: &Vec<Robot>, steps: usize, bounds: &(usize, usize), ) -> Vec<Robot>
Calculate the position of all robots after steps seconds
steps