()
| 15 | } |
| 16 | |
| 17 | fn main() { |
| 18 | let dictionary = vec!["catt".to_string(), "cat".to_string(), "bat".to_string(), "rat".to_string()]; |
| 19 | let sentence = "the cattle was rattled by the battery".to_string(); |
| 20 | println!("{:?}", replace_words(dictionary, sentence)); |
| 21 | } |
nothing calls this directly
no outgoing calls
no test coverage detected