using System;
static void MyMethod()
{
Console.WriteLine("My Program");
}
static void Main(string[]args)
MyMethod();