Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
1021-remove-outermost-parentheses.rs:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
fn main() {
23
let s =
"(()())(())"
.to_string();
24
println!(
"{:?}"
, remove_outer_parentheses(s));
25
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected