(no title)
SCHiM | 2 years ago
""" Complete the following code:
// Find all files with a binary pattern in a directory. Return the list of files and the offset of the match in a tuple fn find_in_files(start_dir: &str, pattern: &[u8]) -> vec<(String, usize)> """
No way this won't be abused shortly.
No comments yet.