using System; class Hello { static void Main( String[] args ) { Console.WriteLine( "Hello, MSIL World!" ); } }