Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
6124-first-letter-to-appear-twice.rs:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
fn main() {
17
println!(
"{:?}"
, repeated_character(
"abccbaacz"
.to_string()));
18
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected