Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
884-uncommon-words-from-two-sentences.rs:20–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
fn main() {
21
let s1 =
"this apple is sweet"
.to_string();
22
let s2 =
"this apple is sour"
.to_string();
23
println!(
"{:?}"
, uncommon_from_sentences(s1, s2));
24
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected