Skip to content
Snippets Groups Projects
Commit f27207ba authored by Brennenstuhl, Tobias FORNATL, GY's avatar Brennenstuhl, Tobias FORNATL, GY
Browse files

Merge origin/master

Conflicts:
	assignments/ReportingForDuty.md
parent 38e3dc1f
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,16 @@ public class BrennenstuhlTcpExample1Telnet
ps.println(" ## # ");
ps.println(" ## ###### ");
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(" ## ### ");
System.out.println(" ## # # ");
System.out.println(" ## # ");
System.out.println(" ## ## # ");
System.out.println("####### # ");
System.out.println(" ## # ");
System.out.println(" ## ###### ");
// "flush()" in important in that it forces a write
// across what is in fact a slow connection
......
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