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