From c4e187c132c2ca251ef32c4c7a4061393253527b Mon Sep 17 00:00:00 2001 From: Voldart <74236937+bohdandash@users.noreply.github.com> Date: Sun, 23 Apr 2023 16:02:59 +0300 Subject: [PATCH] UpdateCode --- csharp/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/csharp/Program.cs b/csharp/Program.cs index 36313e27..cfcd3c9f 100644 --- a/csharp/Program.cs +++ b/csharp/Program.cs @@ -1,4 +1,5 @@ -using System; +using csharp.csharp; +using System; using System.Collections.Generic; namespace csharp