I have a tendency to wax philosophical on this blog so I am hoping to bring a new sense of pragmatism by posting "real-world" things such as code snippets and tutorials. To help with this, I've installed a syntax highlighting script on my page.

Let's see if this works:

public static void main(){
  System.out.println("Hello World");
}