Share via


The Hello World! of blog posts.

public static void main(string[] args)
{
    Console.WriteLine("Hello World!  Welcome to my first dorky blog post!");
}