From af76a8e4b34a9ae18de82da0283b97febccbac2b Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 15:27:22 +0530 Subject: [PATCH] testing RK --- Test.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Test.cs b/Test.cs index b09f985..f0ac1d2 100644 --- a/Test.cs +++ b/Test.cs @@ -17,6 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { + //testing commonets var a = 0; a += i; a++; }