Обновить cv7/program.c

This commit is contained in:
Yevhen Kozirovskyi 2024-11-14 20:45:14 +00:00
parent 4129be96c3
commit f92d44baf3

View File

@ -53,7 +53,7 @@ void ask_question(Node *node) {
printf("%s", node->text); printf("%s", node->text);
if (node->text[0] == '*') { if (node->text[0] == '*') {
printf("Expert z bufetu to vie.\n"); printf("Koniec\n");
return; return;
} }