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

Merge origin/master

parents fa64b5b7 f7db6906
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ public class KNOBELOCH_TcpExample1Telnet ...@@ -53,7 +53,7 @@ public class KNOBELOCH_TcpExample1Telnet
PrintStream ps = new PrintStream(os); PrintStream ps = new PrintStream(os);
//ps.println("This client response was written by server TcpExample1."); // to remote clientnc //ps.println("This client response was written by server TcpExample1."); // to remote clientnc
ps.println("42"); ps.println("42 IS WRONG! CHUCK NORRIS IS ALWAYS RIGHT!");
//System.out.println("This server response was written by server TcpExample1."); // to server console //System.out.println("This server response was written by server TcpExample1."); // to server console
System.out.println("42 IS WRONG! CHUCK NORRIS IS ALWAYS RIGHT!"); System.out.println("42 IS WRONG! CHUCK NORRIS IS ALWAYS RIGHT!");
......
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