From 018946528f9eddc7132f8e6e370088319b54cdaf Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 18:43:57 +0530 Subject: [PATCH] sefsdfsd --- Test.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Test.cs b/Test.cs index d1339a9..255ee07 100644 --- a/Test.cs +++ b/Test.cs @@ -17,8 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { - //testing commonets Master - var a = 0; a += i; a++; + var a = 0; a += i; a++; } Console.WriteLine("{0}", stopWatch2.Elapsed.TotalMilliseconds);