fr0stn1k

C#Light3.2.1Kovylov

Feb 9th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. public static void Main()
  2.         {
  3.             string password = Console.ReadLine();
  4.             if (password == "1234") Console.WriteLine("Авторизация успешна");
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment