public class Main { public static void main(String[] args) { Kaffee k = new Kaffee(); Tee t = new Tee(); System.out.println("Programmende."); } }