We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7761dbb commit 812c4f0Copy full SHA for 812c4f0
Automata/Main.java
@@ -40,6 +40,6 @@ public static void search(String pattern, String text) {
40
}
41
42
public static void main(String[] args) {
43
- search("abaaba", "abaabasdasdsadsadasabaabaxazzzbazxcxzcxz9iqweqwq");
+ search("JORGE", "JORGEISTHEBEST:VJORGEJORGE");
44
45
-}
+}
0 commit comments