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