()
| 11 | } |
| 12 | |
| 13 | fn main() { |
| 14 | let text = "we will we will rock you".to_string(); |
| 15 | let first = "we".to_string(); |
| 16 | let second = "will".to_string(); |
| 17 | |
| 18 | println!("{:?}", find_ocurrences(text, first, second)); |
| 19 | } |
nothing calls this directly
no outgoing calls
no test coverage detected