public class SetzeMain { public static void main(String[] args) { Setze s = new Setze(); s.setze(); System.out.println("finished"); } }