MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / main

Function main

789-escape-the-ghosts.rs:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12fn 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected