Skip to content
Snippets Groups Projects
Commit ebf98c7a authored by Loki's avatar Loki
Browse files

Homework 1

07/16
by
Bernd
parent 9499b6e6
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ public class WeissenbergerTcpExample1Telnet {
ps.println("This client response was written by Loki's server TcpExample1."); // to remote clientnc
ps.println(" _ _ _"+"\r\n"+"| | | | (_)"+"\r\n"+"| | ___ | | ___"+"\r\n"+"| |/ _ \\| |/ / |"+"\r\n"+"| | (_) | <| |"+"\r\n"+"|_|\\___/|_|\\_\\_|");
System.out.println("This server response was written by server TcpExample1."); // to server console
System.out.println("This server response was written by Loki's server TcpExample1."); // to server console
System.out.println(" _ _ _"+"\n"+"| | | | (_)"+"\n"+"| | ___ | | ___"+"\n"+"| |/ _ \\| |/ / |"+"\n"+"| | (_) | <| |"+"\n"+"|_|\\___/|_|\\_\\_|");
// "flush()" in important in that it forces a write
......
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