using System; namespace yukicoder_001 { class Program { static void Main(string[] args) { Console.WriteLine("{0}","Hello World!"); } } }