Function find_target

Source
fn find_target(input: &str, target: &str) -> Option<usize>
Expand description

Find the pattern for better hint display return the exact index where the pattern first appears