diff --git a/src/c/labyrinth.c b/src/c/labyrinth.c index d0dc35b..2e64e94 100644 --- a/src/c/labyrinth.c +++ b/src/c/labyrinth.c @@ -75,6 +75,8 @@ void labyrinthschritte(lab laby, int hoehe, int breite, int schritte, int versuc versuche = versuche + 1; labyrinthschritte(laby, hoehe, breite, schritte, versuche); //if schleife für 3 versuche } - + else{ + printf("Verloren\n"); + } } } \ No newline at end of file