namespace helloworld { using System; using System.Windows.Forms; class helloworld { public static void Main() { MessageBox.Show( "Hello world" ); } } }