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