Skip to content
Snippets Groups Projects
Commit 71877553 authored by jonathanboron's avatar jonathanboron
Browse files

Homework 1 v6 Final

parent c4f2a59f
No related branches found
No related tags found
No related merge requests found
......@@ -37,10 +37,8 @@ public class BoronTcpExample1Telnet1
try
{
InetAddress ip;
String hostname;
ip = InetAddress.getLocalHost();
hostname = ip.getHostName();
System.out.println("TcpExample1Telnet has started and is waiting for a connection.");
System.out.println(" help: https://savage.nps.edu/Savage/developers.html#telnet");
......
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