Exemple #1
0
 static void Main(string[] args)
 {
     RockPaperScissorsGame game = new RockPaperScissorsGame();
     game.Play();
 }
Exemple #2
0
        static void Main(string[] args)
        {
            var rpsg = new RockPaperScissorsGame();

            rpsg.Play();
        }