1 public class HelloWorld{ 2 public static void main(String[] args){ System.out.println("Hallo Welt!"); } 3 4 5 6 7 } Listing 1: Hallo Welt in Java 1 public class HelloWorld{ 2 public static void main(String[] args) { System.out.println("Hallo Welt!"); } 3 4 5 6 7 } Listing 2: Hallo Welt in Java 1 Das Listings-Paket eignet sich fabelhaft für das Setzen von Quellcodes. Unterstützt werden mehrere Dutzend Sprachen, eigene Definitionen lassen sich leicht hinzufügen.