public class Main { public static void main(String[] args) { Person p = new Person("a", "b"); p.shout(); System.out.println("kein Problem"); } }