Hello world!

My blog has moved to a new home. Please go to http://blog.sdruskat.net for the Brand New Code on the Block! And – like they said in the nineties – “don’t forget to update your bookmarks”.
/**
* @author New Code on the Block
*
*/

public class HelloWorld {

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

Leave a Comment