()
| 16 | } |
| 17 | |
| 18 | fn main() { |
| 19 | println!("{:?}", half_questions(vec![13,8,3,7,5,6,11,12,3,6,6,11])); |
| 20 | println!("{:?}", half_questions(vec![2,1,6,2])); |
| 21 | println!("{:?}", half_questions(vec![1,5,1,3,4,5,2,5,3,3,8,6])); |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected