From a162e25dcae1abd07bcd83504bda5b7e2f5cb1c5 Mon Sep 17 00:00:00 2001 From: premkumar Date: Mon, 21 Mar 2022 12:03:16 +0000 Subject: [PATCH] Update 'Test.cs' --- Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.cs b/Test.cs index f4c86e4..8193fe3 100644 --- a/Test.cs +++ b/Test.cs @@ -9,7 +9,7 @@ namespace TestConsoleApp { var stopWatch = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) - { + {// my login branch changes var a = 0;a += i;a++; }