This commit is contained in:
Vadym Afanasiev 2026-04-16 21:00:01 +00:00
parent 7f60642436
commit 157a19cba8

View File

@ -94,7 +94,7 @@ void chat_with_user(Node *root, int answer_count) {
printf("*%s\n", current->text); printf("*%s\n", current->text);
} }
printf("Koniec\n"); printf("Koniec vstupu\n");
} }
void cleanup_tree(Node *node) { void cleanup_tree(Node *node) {