Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
804-unique-morse-code-words.rs:24–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
fn main() {
25
let words = [
"zocd"
,
"gjkl"
,
"hzqk"
,
"hzgq"
,
"gjkl"
].iter().map(|&s|s.into()).collect();
26
println!(
"{:?}"
, unique_morse_representations(words));
27
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected