fn find_target(input: &str, target: &str) -> Option<usize>
Find the pattern for better hint display return the exact index where the pattern first appears