lol
This commit is contained in:
commit
613bef2496
108 changed files with 8397 additions and 0 deletions
15
src/zutil/test/ServerFindServerTest.java
Normal file
15
src/zutil/test/ServerFindServerTest.java
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package zutil.test;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import zutil.network.ServerFind;
|
||||
|
||||
public class ServerFindServerTest {
|
||||
public static void main(String[] args){
|
||||
try {
|
||||
new ServerFind(2000);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue