Beispiel #1
0
 static void Main(string[] args)
 {
     //DebugEight3.EightTHree();
     //DebugEight4.EightFour();
     DebugNine1.bruh();
     Console.ReadLine();
 }
Beispiel #2
0
        static void Main(string[] args)
        {
            DebugEight3 boogi = new DebugEight3();

            boogi.BugEightThree();

            DebugEight4 googie = new DebugEight4();

            googie.BugEightFour();

            DebugNine1 goofy = new DebugNine1();

            goofy.BugNine1();



            Console.ReadLine();
        }