static void Main(string[] args)
 {
     Console.WriteLine("Hello World!");
     var a = new HelloWorld();
 }