Syntax highligher test

Testing syntax highlighter plugin

public class Hello
{
   public static main(String[] args)
   {
      System.out.println("Hello");
   }
}
function hello()
{
   alert('hello');
}

Comments are closed.