コード例 #1
0
ファイル: Program.cs プロジェクト: Menestrom/BullsAndCows
        static void Main()
        {
            BullsAndCows Start = new BullsAndCows();

            numberLength = Start.Input();
            Start.Randomizer();
            Console.WriteLine("FinalRandom = {0}", finalRandom);
            Start.Looped_call();
        }