Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
2315-count-asterisks.rs:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
fn main() {
21
println!(
"{:?}"
,count_asterisks(
"yo|uar|e**|b|e***au|tifu|l"
.to_string()));
22
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected