Adam K Dean

Syntax highlighting test

Published on 28 August 2010 at 22:20 by Adam

Note: for the last decade I've moved blogs about 7 times. From blogspot, to my own blog, to another, to another, from platform to SQL to JSON to YAML and so on. Every time I've moved, I've always brought this first blog post with me. So while it doesn't serve to help folks much, it's kinda special to me. So here it is.

Just testing the syntax highlighter with this blog.

using System;

namespace HelloWorld
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
            Console.ReadKey();
        }
    }
}


This post was first published on 28 August 2010 at 22:20. It was filed under archive with tags syntaxhighlighting.