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