This commit is contained in:
Vadym Afanasiev 2026-04-16 21:01:43 +00:00
parent 157a19cba8
commit 6a385123f2

View File

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