Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
1952-three-divisors.rs:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
fn main() {
18
println!(
"{:?}"
, is_three(4));
19
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected