public class Hallo extends Object { public static void main (String args []) { System.out.printIn("Hallo! Ich bin deine erste Applikation"); }}