using C = System.Console;
public class Program
{
public static void Main()
string str = "Hello World";
C.WriteLine(str);
}