We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cb054 commit 61cb76cCopy full SHA for 61cb76c
strings/z_function.cpp
@@ -59,7 +59,6 @@ std::vector<int> find_pat_in_text(const std::string &pattern, const std::string
59
* @returns void
60
*/
61
static void test(){
62
-
63
// usual case
64
std::string text1 = "alskfjaldsabc1abc1abcbksbcdnsdabcabc";
65
std::string pattern1 = "abc";
0 commit comments