Ejemplo n.º 1
0
        static void Main()
        {
            BullsAndCows Start = new BullsAndCows();

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