Advertisement
Guest User

Untitled

a guest
May 28th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. package pelotaCS;
  2.  
  3. public class execPelotaClient {
  4.     public static void main(String[] args) {
  5.         PelotaNetClient client = new PelotaNetClient();
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement