public class main {
public static void main(String[] args) {
MessApp app = new MessApp();
app.messen();
System.out.println("fertig");
}