Vitaly Romanov 2 anni fa
parent
commit
dcb4c0d6ad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      LaBoAp/Program.cs

+ 1 - 1
LaBoAp/Program.cs

@@ -25,7 +25,7 @@ namespace LaBoAp
         string p = Console.ReadLine();
 	Console.WriteLine("Выберете выберете нужную услугу");
         string y = Console.ReadLine();
-	Console.WriteLine("12");
+	Console.WriteLine("123");
 	Console.ReadKey();
         }
     }