Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
1137-n-th-tribonacci-number.rs:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
fn main() {
29
println!(
"{:?}"
, Solution::tribonacci(35));
30
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected