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