pub fn create_side_by_side_diff(
    text1: &str,
    text2: &str,
    max_width: usize
) -> String