Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
2390-removing-stars-from-a-string.rs:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
}
8
9
fn main() {
10
println!(
"{:?}"
, remove_stars(
"leet**cod*e"
.to_string()));
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected