static void Main()
 {
     var p = new Program();
     p.Hello();
 }