Code:
using System;
 
namespace  CG
{
  staticclassProgram
  {
    ///<summary/>
    [STAThread]
    staticvoid  Main( )
    {
      Console.WriteLine( "Hello!" );
    }
  }
}