fn longest_common_substring(text1: &str, text2: &str) -> String {
    // your move
}