The customary hello world! post.

public class Blog{
	public static void main (String[] args) {
		System.out.println("Hello World!");
	}
}
comments powered by Disqus