From 1557c890ad1de615d82f5e535aeac92dc431e8b2 Mon Sep 17 00:00:00 2001 From: ppanchen Date: Thu, 13 Nov 2025 08:17:08 +0200 Subject: [PATCH] Add test comment to Program.cs summary --- EchoTcpServer/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}