Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. package hajo.harkkatyö;
  7.  
  8. import java.io.IOException;
  9.  
  10. /**
  11. *
  12. * @author Ville
  13. */
  14. public class HajoHarkkatyö {
  15.  
  16. /**
  17. * @param args the command line arguments
  18. */
  19. public static void main(String[] args) throws IOException {
  20. new Client();
  21. // TODO code application logic here
  22. new TCPServer();
  23. }
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement