Explorar el Código

добавили приветствие пользователя

Vitaly Romanov hace 2 años
padre
commit
ebb880aea9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      LaBoAp/Program.cs

+ 2 - 0
LaBoAp/Program.cs

@@ -10,6 +10,8 @@ namespace LaBoAp
     {
         static void Main(string[] args)
         {
+	Console.WriteLine("Здравствуй, пользователь");
+	ReadKey();
         }
     }
 }