case 3 without comments

This commit is contained in:
Samuel Zimmerer 2025-07-08 15:26:44 +02:00
parent 67751fdc2e
commit 3d69120a31

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;