using System;
public class Program
{
public string attribute-name { get; set; }
public static void Main()
Console.WriteLine("Hello World");
}