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