namespace helloworld { using System; class helloworld { public static void Main() { Console.WriteLine( "Hello world" ); } } }