using System;
namespace HelloWorld
{
class HelloWorld
public static int Main(string[] args)
Console.WriteLine("Hello World!");
return 0;
}