Sfoglia il codice sorgente

Merge branch 'CoreLevel2' of https://code.bizgaze.com/prem/testing into CoreLevel2

ramakrishna 3 anni fa
parent
commit
e0b067303f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Test.cs

+ 1
- 1
Test.cs Vedi File

@@ -9,7 +9,7 @@ namespace TestConsoleApp
9 9
         {
10 10
             var stopWatch = Stopwatch.StartNew();
11 11
             for (int i = 0; i < 99999; i++)
12
-            {
12
+            {// my login branch changes
13 13
                 var a = 0;a += i;a++;
14 14
 
15 15
             }

Loading…
Annulla
Salva