Example #1
0
        static void Main()
        {
            Labirynth test = new Labirynth();

            test.PlayGame();
        }
 static void Main()
 {
     Labirynth test = new Labirynth();
     test.PlayGame();
 }