Ok, I’ve installed a theme and I’m now adding all kinds of stuff. For example, notice above that you can see my latest tweet! A little personal touch.

I’ve also installed a code-formatter plugin, so I can do a code “Hello World” too now:

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello world, from inside the code-formatter!");
    }
}
 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>