Skip to content
Snippets Groups Projects
Commit 84fe69a2 authored by advan's avatar advan
Browse files

Assignment 1

parent ca992fb4
No related branches found
No related tags found
No related merge requests found
package MV3500Cohort2024JulySeptember.homework1.Yu; package MV3500Cohort2024JulySeptember.homework1.Yu;
import src.TcpExamples.*; //import src.TcpExamples.*;
import java.io.*; import java.io.*;
import java.net.*; import java.net.*;
...@@ -15,7 +15,7 @@ import java.net.*; ...@@ -15,7 +15,7 @@ import java.net.*;
* <p> * <p>
* As an alternative to running the Windows (or other operating system) console, * As an alternative to running the Windows (or other operating system) console,
* you can instead run the NetBeans terminal window. If you are on Windows, * you can instead run the NetBeans terminal window. If you are on Windows,
* NetBeans is looking for Cgwin installation (for Unix-like compatibility) * NetBeans is looking for Cygwin installation (for Unix-like compatibility)
* with details at <a href="https://savage.nps.edu/Savage/developers.html#Cygwin" target="blank">Savage Developers Guide: Cygwin</a>. * with details at <a href="https://savage.nps.edu/Savage/developers.html#Cygwin" target="blank">Savage Developers Guide: Cygwin</a>.
* Modifying this program is the basis for Assignment 1. * Modifying this program is the basis for Assignment 1.
* </p> * </p>
......
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