fn min_window(s: &str, t: &str) -> String {
    // your move 
}