This commit is contained in:
Oleksandr Vyshniakov 2025-11-20 16:33:05 +01:00
parent b1e18aa947
commit 07d5261362

View File

@ -102,9 +102,10 @@ static void run_dialog(TreeNode *root) {
else if (c == 'n') { else if (c == 'n') {
run_dialog(root->no_branch); run_dialog(root->no_branch);
} }
else { else {
printf("Odpovedajte 'a' alebo 'n'\n"); printf("Nerozumiem\n");
} return;
}
} }
int main() { int main() {