static void Main(string[] args) { HelloProgram program = new HelloProgram(); program.WriteHelloGreetings(); Console.ReadLine(); }