fn total_safety_factor_after_steps( robots: &Vec<Robot>, steps: usize, bounds: &(usize, usize), ) -> usize
The solution to part 1 - simulate steps seconds and then get the total_safety_factor of the new positions.
steps
total_safety_factor