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!");
}
}