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