예제 #1
0
        static void Main()
        {
            Class1 testClass = new Class1();
            string outTest   = testClass.HelloWorld("YAY");

            Console.WriteLine(outTest);
            Console.WriteLine("this is the end of the world");
        }