A real Hello World.
Friday, March 21st, 2008I’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"); } }
