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