void main() {
    while (!kuerbisDa()) {
        if (vorneGeist()) {
            geistVertreiben();
        }
        vor();
    }
}
