Pluginmania

I have several plugins for Windows Live Writer installed. I have 3 enabled. I can demonstrate the ones I have right now:

Smiley. Nerd

Symbol: ΒΆ

Code:

using System;
class hi
{
public hi()
{
Console.Write("Hi.");
}
}

Leave a Reply