()
| 17 | } |
| 18 | |
| 19 | fn main() { |
| 20 | println!("{:?}", apply_operations(vec![1, 2, 2, 1, 1, 0])); |
| 21 | println!("{:?}", apply_operations(vec![847,847,0,0,0,399,416,416,879,879,206,206,206,272])); |
| 22 | println!("{:?}", apply_operations(vec![0, 1])); |
| 23 | |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected