Upgrade, Fresh Start and Syntax Highlight Test

26/09/2008

I've upgraded my blog to BlogEngine 1.4.5 and deleted the few old posts I had. They weren't very interesting anyways.

I've decided to use syntaxhighlighter for code snippets, so this post will serve as a small test of this too.

public void HelloWorld()
{
  Console.WriteLine("Hello World!");
}

Hope it works out right.