Skip to content

Commit 546b316

Browse files
fix build
1 parent 00e9f44 commit 546b316

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+2
-0
lines changed

src/main/java/com/fishercoder/solutions/_28.java

+2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
package com.fishercoder.solutions;
2+
23
/**
34
* 28. Implement strStr()
45
*
56
* Implement strStr().
67
*
78
* Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
89
*/
10+
911
public class _28 {
1012

1113
public static class Solution1 {

0 commit comments

Comments
 (0)