Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
423-reconstruct-original-digits-from-english.rs:51–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
fn main() {
52
let s =
"owoztneoer"
.to_string();
53
println!(
"{:?}"
, original_digits(s));
54
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected