From b65a3437313971c98dd51f3b7b579421d9deaca9 Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 17:28:05 +0530 Subject: [PATCH] master push --- Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.cs b/Test.cs index f0ac1d2..d1339a9 100644 --- a/Test.cs +++ b/Test.cs @@ -17,7 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { - //testing commonets + //testing commonets Master var a = 0; a += i; a++; }