using System;
public class MyClass
{
public static void Main(string[] args)
System.Console.WriteLine("hello World");
}