Test to see if code syntax highlighting is working

Just trying a few things out to see if some code highlighting java script
I'm using is working. Seems to be ok at the mo'.

/**
* The HelloWorld class is an application that
* displays "Hello World!" to the standard output.
*/
public class HelloWorld {

// Display "Hello World!"
public static void main(String args[]) {
System.out.println("Hello World!");
}
}


alert("Hello world");

1 comments:

Post a Comment