Advertisement
Guest User

Metehan Ozten

a guest
May 28th, 2010
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. import java.net.*;
  2. import java.io.*;
  3.  
  4. public class Protocol {
  5.  
  6.     private int state = 0;
  7.  
  8.     public String processInput(String theInput)
  9.     {
  10.         String theOutput = "lol";
  11.         return theInput;
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement