From 48fa2c553383c34296b1d15e176f938307718855 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Wed, 9 Aug 2023 15:12:39 +0300 Subject: Remove args --- Codeforces.Console/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Codeforces.Console') diff --git a/Codeforces.Console/Program.cs b/Codeforces.Console/Program.cs index 21ac3e9..ac18de4 100644 --- a/Codeforces.Console/Program.cs +++ b/Codeforces.Console/Program.cs @@ -2,7 +2,7 @@ { public class Program { - public static void Main(string[] args) + public static void Main() { int count = int.Parse(Console.ReadLine()!); for (int i = 0; i < count; i++) -- cgit v1.2.3