Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
1534-count-good-triplets.rs:17–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
fn main() {
18
let arr = vec![3,0,1,1,9,7];
19
let (a, b, c) = (7, 3, 2);
20
println!(
"{:?}"
, count_good_triplets(arr, a, b, c));
21
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected