diff --git a/Test.cs b/Test.cs index f0ac1d2..d1339a9 100644 --- a/Test.cs +++ b/Test.cs @@ -17,7 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { - //testing commonets + //testing commonets Master var a = 0; a += i; a++; }