This commit is contained in:
Ilkka Seppälä 2020-06-14 22:21:45 +03:00
parent f4f9c1a441
commit 68e1ca83e8

View File

@ -45,9 +45,11 @@ public class App {
* Entry point.
*/
public static void main(String[] args) {
var host1 = new Client();
var host2 = new Client();
host1.useService(12);
host2.useService(73);
}
}