Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ main
Function
main
28. Implement strStr()/Solution.cpp:94–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
};
93
94
int main() {
95
Solution a;
96
auto x = a.strStr(
"hello"
,
"ll"
);
97
cout << x;
98
return 0;
99
}
100
Callers
nothing calls this directly
Calls
1
strStr
Method · 0.45
Tested by
no test coverage detected