diff --git a/EchoTcpServer/Program.cs b/EchoTcpServer/Program.cs index 5966c579..b301e637 100644 --- a/EchoTcpServer/Program.cs +++ b/EchoTcpServer/Program.cs @@ -8,6 +8,7 @@ /// /// This program was designed for test purposes only /// Not for a review +///Test /// public class EchoServer { @@ -170,4 +171,4 @@ public void Dispose() StopSending(); _udpClient.Dispose(); } -} \ No newline at end of file +}