static void Main()
 {
     HelloWorldBase hwb = new HelloWorld();
     hwb.writeHelloWorld();
 }
        static void Main()
        {
            HelloWorldBase hwb = new HelloWorld();

            hwb.writeHelloWorld();
        }