Skip to content
Snippets Groups Projects
Commit 1ce74534 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

Merge origin/master

parents 54c84315 924608d2
No related branches found
No related tags found
No related merge requests found
......@@ -53,22 +53,22 @@ public class BrennenstuhlTcpExample1Telnet
PrintStream ps = new PrintStream(os);
//ps.println("This client response was written by server TcpExample1."); // to remote clientnc
ps.println(" ## ### ");
ps.println(" ## # # ");
ps.println(" ## # ");
ps.println(" ## ## # ");
ps.println("####### # ");
ps.println(" ## # ");
ps.println(" ## ###### ");
ps.println(" ## ### ");
ps.println(" ## # # ");
ps.println(" ## # ");
ps.println(" ## ## # ");
ps.println(" ####### # ");
ps.println(" ## # ");
ps.println(" ## ###### ");
//System.out.println("This server response was written by server TcpExample1."); // to server console
System.out.println(" ## ### ");
System.out.println(" ## # # ");
System.out.println(" ## # ");
System.out.println(" ## ## # ");
System.out.println("####### # ");
System.out.println(" ## # ");
System.out.println(" ## ###### ");
System.out.println(" ## ### ");
System.out.println(" ## # # ");
System.out.println(" ## # ");
System.out.println(" ## ## # ");
System.out.println(" ####### # ");
System.out.println(" ## # ");
System.out.println(" ## ###### ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment