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

Function main

766-toeplitz-matrix.rs:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33fn main() {
34 let matrix = vec![vec![1,2,3,4], vec![5,1,2,3], vec![9,5,1,2]];
35 println!("{:?}", is_toeplitz_matrix(matrix));
36}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected