예제 #1
0
        static void Main(string[] args)
        {
            Game rockPaperScissor = new Game();

            rockPaperScissor.PlayGame();

            Console.ReadKey();
        }
예제 #2
0
파일: Program.cs 프로젝트: ZaMelton/RPSLS
        static void Main(string[] args)
        {
            Game rpsls = new Game();

            rpsls.PlayGame();
        }
예제 #3
0
        static void Main(string[] args)
        {
            Game RSPLS = new Game();

            RSPLS.PlayGame();
        }