core leve2 changes #3

Closed
premkumar wants to merge 6 commits from CoreLevel2 into master
Showing only changes of commit e0b067303f - Show all commits
+1 -1
View File
@@ -9,7 +9,7 @@ namespace TestConsoleApp
{ {
var stopWatch = Stopwatch.StartNew(); var stopWatch = Stopwatch.StartNew();
for (int i = 0; i < 99999; i++) for (int i = 0; i < 99999; i++)
{ {// my login branch changes
var a = 0;a += i;a++; var a = 0;a += i;a++;
} }