Hello World!

public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } Hello World! I started many years ago with a DVD and Java, which is still one of my favourite languages. Also, it is kinda funny how nearly every starter “how to program” tutorial has some kind of “Hello World!” application as its first example.

January 22, 2026 · 1 min · Papps