Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
1380-lucky-numbers-in-a-matrix.rs:16–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
fn main() {
17
let matrix = vec!(vec!(3,7,8),vec!(9,11,13),vec!(15,16,17));
18
println!(
"{:?}"
, lucky_numbers(matrix));
19
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected