ramakrishna hace 3 años
padre
commit
28e1e4e8fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Test.cs

+ 1
- 1
Test.cs Ver fichero

@@ -17,7 +17,7 @@ namespace TestConsoleApp
17 17
             var stopWatch2 = Stopwatch.StartNew();
18 18
             for (int i = 0; i < 99999; i++)
19 19
             {
20
-                string k = string.Empty; // Core lev2
20
+                string k = string.Empty; // Core lev2 
21 21
                 //Commetes For Branch Level 2
22 22
                 var a = 0; a += i; a++;
23 23
 

Loading…
Cancelar
Guardar