Ejemplo n.º 1
0
        static void Main()
        {
            Program p = new Program();

            // DebugEight1.bug8();
            DebugEight2.TScores();
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            //DebugSeven1.SevenOne();
            //DebugSeven2.SevemTwo();

            //DebugEight1.EightOnve();
            DebugEight2.EightTwo();

            Console.ReadLine();
        }
Ejemplo n.º 3
0
 static void Main(string[] args)
 {
     DebugEight2.EightTwo();
 }