From aa519ed0ed287bb50e2984d1567cc9714fd65659 Mon Sep 17 00:00:00 2001 From: kosipov Date: Thu, 9 Apr 2026 18:23:24 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Program.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Program.cs b/Program.cs index e2c3d74..eac06bd 100644 --- a/Program.cs +++ b/Program.cs @@ -1,13 +1,13 @@ using System; -using System.Buffers; -using System.IO; using System.Net; using System.Net.Http; using System.Net.Sockets; -using System.Runtime.InteropServices; using System.Text; -using System.Threading; using System.Threading.Tasks; +using System.Collections.Generic; +using System.Linq; +using System.IO; +using System.Runtime.InteropServices; class Program {