Search

Dark theme | Light theme

March 3, 2008

Enable syntax highlighter

A simple test post to see if the syntax highlighter is working. I use a simple Java app code fragment:

package com.mrhaki.blog;

public class TestSyntaxHighlight {
  public static void main(final String[] args) {
    System.out.println("It works!");
  }
}