Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
202-happy-number.rs:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
fn main() {
24
println!(
"{:?}"
, Solution::is_happy(7));
25
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected