static void Main(string[] args) { getter get = new getter(); get.getterMain(); Program bob = new Program(); Console.WriteLine("Hello World!"); }