Skip to content

Commit 5a805bb

Browse files
committed
simplechatclient
1 parent 42d26a0 commit 5a805bb

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

-155 Bytes
Binary file not shown.
Binary file not shown.
2.03 KB
Binary file not shown.

src/Main.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ public static void main(String[] args) {
66
// readAFile_c14.go();
77

88
// Chapter 15
9-
DailyAdviceServer_C15 server = new DailyAdviceServer_C15();
10-
server.go();
11-
DailyAdviceClient_С15 client = new DailyAdviceClient_С15();
12-
client.go();
9+
// DailyAdviceServer_C15 server = new DailyAdviceServer_C15();
10+
// server.go();
11+
// DailyAdviceClient_С15 client = new DailyAdviceClient_С15();
12+
// client.go();
13+
new SimpleChatClientA_C15().go();
1314
}
1415
}

0 commit comments

Comments
 (0)