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.Test/Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Codeforces.Test') 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[] { -- cgit v1.2.3