This commit is contained in:
Matej Hajduk 2025-11-12 10:30:50 +01:00
parent 015e05a0c7
commit 0086c6ab15

View File

@ -74,7 +74,7 @@ void run_system(Tree* t) {
else if (strcmp(ans, "n") == 0) else if (strcmp(ans, "n") == 0)
run_system(t->right); run_system(t->right);
else { else {
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n"); printf("Nerozumiem\n");
} }
} }
int main() { int main() {