예제 #1
0
파일: Program.cs 프로젝트: Ravvone/Training
 static void Main(string[] args)
 {
     //DebugEight3.EightTHree();
     //DebugEight4.EightFour();
     DebugNine1.bruh();
     Console.ReadLine();
 }
예제 #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();
        }