Tuesday, May 13, 2008
This is my second test of placing good-looking code in my blog, which will help you, the readers when you'll read my future posts. This code formatted using CodeHTMLer with inline tags and without the pre tag. Hope that it will look good also in the RSS feeds.

  1 /// <summary>
  2 /// Summary description for Main.
  3 /// </summary>
  4 static void Main(string[] args)
  5 {
  6   // string variable
  7   string myString = "myString";
  8
  9   /* integer 
 10      variable */

 11   int myInt = 2;
 12 }

Update: Successful. :-)