Example #1
0
        private static void Main(string[] args)
        {
            var table = new Table();

            do
            {
                table.StartGame();
            } while (table.ShouldContinue());
        }