Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. private static void KMP(){
  2. new Thread(() -> {while (true) KMPLeft();}).start();
  3. new Thread(() -> {while (true) KMPRight();}).start();
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement