Compare commits

...
Sign in to create a new pull request.

1 commit
main ... main

Author SHA1 Message Date
3d69120a31 case 3 without comments 2025-07-08 15:27:30 +02:00

View file

@ -62,6 +62,18 @@ void loop() {
//Jan Fink //Jan Fink
for (int i{}; i <= level, ++i) {
if (musterEingabe[i] = musterVorgabe[i]) {
state = 4;
} else {
state = 5;
break;
}
}
break;