()
| 19 | } |
| 20 | |
| 21 | fn main() { |
| 22 | let sentence = "leetcode exercises sound delightful".to_string(); |
| 23 | println!("{:?}", is_circular_sentence(sentence)); |
| 24 | let sentence = "eetcode".to_string(); |
| 25 | println!("{:?}", is_circular_sentence(sentence)); |
| 26 | } |
nothing calls this directly
no outgoing calls
no test coverage detected