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++) diff --git a/Codeforces.Test/Tests.cs b/Codeforces.Test/Tests.cs index 38061d2..a0cd87c 100644 --- a/Codeforces.Test/Tests.cs +++ b/Codeforces.Test/Tests.cs @@ -18,7 +18,7 @@ public class Tests }; IOTester.SetInput(input); - Program.Main(new string[0]); + Program.Main(); string[] output = new string[] {