Branch to master #11

Closed
premkumar wants to merge 7 commits from master into CoreLevel2
Showing only changes of commit af76a8e4b3 - Show all commits
+1
View File
@@ -17,6 +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
var a = 0; a += i; a++; var a = 0; a += i; a++;
} }