Skip to content

Commit 68e1ca8

Browse files
committed
commit
1 parent f4f9c1a commit 68e1ca8

File tree

1 file changed

+2
-0
lines changed
  • ambassador/src/main/java/com/iluwatar/ambassador

1 file changed

+2
-0
lines changed

ambassador/src/main/java/com/iluwatar/ambassador/App.java

+2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ public class App {
4545
* Entry point.
4646
*/
4747
public static void main(String[] args) {
48+
4849
var host1 = new Client();
4950
var host2 = new Client();
5051
host1.useService(12);
5152
host2.useService(73);
53+
5254
}
5355
}

0 commit comments

Comments
 (0)