Exemplo n.º 1
0
        static void Main(string[] args)
        {
            var pigDice = new PigDiceGame();

            pigDice.PLAY();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            var PigDice = new PigDiceGame();

            PigDice.Play100();
        }
Exemplo n.º 3
0
        static void Main(string[] args)
        {
            PigDiceGame pigDice = new PigDiceGame();

            pigDice.Play();
        }