Browse Source

testing RK

ramakrishna 3 years ago
parent
commit
af76a8e4b3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Test.cs

+ 1
- 0
Test.cs View File

@@ -17,6 +17,7 @@ namespace TestConsoleApp
17 17
             var stopWatch2 = Stopwatch.StartNew();
18 18
             for (int i = 0; i < 99999; i++)
19 19
             {
20
+                //testing commonets
20 21
                 var a = 0; a += i; a++;
21 22
 
22 23
             }

Loading…
Cancel
Save