Getting my latest tweet
November 5, 2009
@ 12:43 PM
//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.



 
Categories:

Comments are closed.