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