Example #1
0
 static void Main(string[] args)
 {
     RockPaperScissors.RockPaperScissorsGame game = new RockPaperScissors.RockPaperScissorsGame();
     game.Play();
 }
 static void Main(string[] args)
 {
     // Namespace.Class ObjectName = new Namespace.Class()
     RockPaperScissors.RockPaperScissorsGame game = new RockPaperScissors.RockPaperScissorsGame();
     game.Play();
 }