master push

This commit is contained in:
ramakrishna
2022-03-21 17:28:05 +05:30
parent af76a8e4b3
commit b65a343731
+1 -1
View File
@@ -17,7 +17,7 @@ namespace TestConsoleApp
var stopWatch2 = Stopwatch.StartNew(); var stopWatch2 = Stopwatch.StartNew();
for (int i = 0; i < 99999; i++) for (int i = 0; i < 99999; i++)
{ {
//testing commonets //testing commonets Master
var a = 0; a += i; a++; var a = 0; a += i; a++;
} }