//Hello3.cs using System; public class Hello3 { public static void Main(string[] args) { Console.WriteLine("Hello, World!"); Console.WriteLine("You entered the following {0} command line arguments:", args.Length ); for (int i=0; i < args.Length; i++) { Console.WriteLine("{0}", args[i]); } } }
I'd finished install SyntaxHighlighter plug-in to insert code, and this is tested post.Here how i do it?
Hopely mode code are coming.