A real Hello World.

I’m writing this to make sure that the plugins I’m setting up are actually working. Let’s see how this goes:

/*
* A small test class to see how Geshi works this.
* Hope I won't have to tweak it too much...
*/
public class TestMarkup() {
 
  public static void main (String[] args) {
    System.out.println("Hello World");
  }
}

Tags: ,

Leave a Reply