Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
2103-rings-and-rods.rs:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
fn main() {
36
let rings =
"B0B6G0R6R0R6G9"
.to_string();
37
println!(
"{:?}"
, Solution::count_points(rings));
38
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected