Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.net.*;
- import java.io.*;
- public class Protocol {
- private int state = 0;
- public String processInput(String theInput)
- {
- String theOutput = "lol";
- return theInput;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement