Archive for the ‘Misc’ Category

Hello world!

Wednesday, April 2nd, 2008
public void HelloWorld()
{
    Console.WriteLine("Hello World!");
}