using System; namespace Test { public class Program { public static int Main(string[] args) { Console.WriteLine("Hello world!"); return 0; } } }