()
| 10 | } |
| 11 | |
| 12 | fn main() { |
| 13 | println!("{:?}", escape_ghosts(vec![vec![1,0], vec![0,3]], vec![0,1])); |
| 14 | println!("{:?}", escape_ghosts(vec![vec![2,0]], vec![1,0])); |
| 15 | println!("{:?}", escape_ghosts(vec![vec![2,0]], vec![1,0])); |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected