static void Main()

in Program.cs [7:10]


        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
        }