|
|
|
|
|
by SCHiM
1070 days ago
|
|
Let's see what happens when you search for the following "documentation" ;) : """
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. |
|