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