public class MachMal {
  public static void eineSekundeLangGarNichts() {
    try {
      Thread.sleep(1000);
    } 
    catch (InterruptedException e) {
    }
  }
}
