Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blankj/awesome-java-leetcode
/ main
Method
main
src/com/blankj/easy/_0028/Solution.java:24–28 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
22
}
23
24
public
static
void
main(String[] args) {
25
Solution solution =
new
Solution();
26
System.out.println(solution.strStr(
"12345"
,
"23"
));
27
System.out.println(solution.strStr(
"12345"
,
""
));
28
}
29
}
Callers
nothing calls this directly
Calls
1
strStr
Method · 0.95
Tested by
no test coverage detected