Hello world!

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

Leave a Reply