Пример #1
0
        static void Main()
        {
            Labirynth test = new Labirynth();

            test.PlayGame();
        }
Пример #2
0
 static void Main()
 {
     Labirynth test = new Labirynth();
     test.PlayGame();
 }