Update Program.vb

This commit is contained in:
Ivan Bushchik 2021-10-20 09:54:51 +03:00 committed by GitHub
parent 631a2a9679
commit b0e6d5e634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,7 +281,7 @@ Module Program
If temp = "n" or temp = "N" Then
Exit Sub
Else IF temp = "" or temp = "y" or temp = "Y"
Console.Write()
Console.Write("")
Else
Console.WriteLine("Неверный ввод, продолжаем игру.")
End If