From eadf12f2bd2323d8c9fd2641e7b3fda023f14ec2 Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 17:40:00 +0530 Subject: [PATCH] fff --- Test.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Test.cs b/Test.cs index f4c86e4..faa7987 100644 --- a/Test.cs +++ b/Test.cs @@ -17,6 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { + string k = string.Empty; // Core lev2 //Commetes For Branch Level 2 var a = 0; a += i; a++;