static void Main() { Class1 testClass = new Class1(); string outTest = testClass.HelloWorld("YAY"); Console.WriteLine(outTest); Console.WriteLine("this is the end of the world"); }