Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Player player = new Player();

            while (!player.winner())
            {
                player.action();
            }
            Console.WriteLine("Ebal v rot git");
        }