From 8e2dbf641327c00fa044edaf41b241c1d167ec22 Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 15:30:07 +0530 Subject: [PATCH] testing Branch --- Test.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Test.cs b/Test.cs index b09f985..f4c86e4 100644 --- a/Test.cs +++ b/Test.cs @@ -17,6 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { + //Commetes For Branch Level 2 var a = 0; a += i; a++; }