DEV Community

Cover image for Syntax highlighting test
Adam K Dean
Adam K Dean

Posted on • Edited on

2 1

Syntax highlighting test

Originally posted on August 8th, 2010 (more info)

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();
        }
    }
}

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay