Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
1763-ongest-nice-substring.rs:29–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
fn main() {
30
let s =
"dDzeE"
.to_string();
31
println!(
"{:?}"
, longest_nice_substring(s));
32
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected