This commit is contained in:
mr314ot 2025-11-17 09:52:29 +01:00
parent c979111484
commit 4099b4e7ce

View File

@ -94,7 +94,7 @@ void run_system(Tree *node) {
} else if (c == 'n') {
run_system(node->right);
} else {
printf("Nerozumiem\n");
printf("Koniec vstupu\n");
}
}