Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
46-permutations.rs:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
fn main() {
37
let nums = vec![1, 2, 3];
38
println!(
"{:?}"
, Solution::permute(nums));
39
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected