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