Selaa lähdekoodia

я устал5

Gataullin Bulat 2 vuotta sitten
vanhempi
commit
5bfbb36a9c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lab9.cs

+ 1 - 1
lab9.cs

@@ -15,7 +15,7 @@ namespace lab_9
             for (sum = 0; int.TryParse(Console.ReadLine(), out int n); sum += n) ;
             Console.WriteLine($"Сумма введёных чисел:{sum}");
 
-            Console.ReadKey();
+            Console.ReadKsey();
         }
     }
 }