Gataullin Bulat 2 lat temu
rodzic
commit
5bfbb36a9c
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
         }
     }
 }