This commit is contained in:
Vadym Afanasiev 2026-04-16 20:54:21 +00:00
parent 48b502fcf4
commit e994f87fb9

View File

@ -113,6 +113,9 @@ int main() {
return 1;
}
char dummy[LINE_SIZE];
fgets(dummy, sizeof(dummy), stdin);
int answer_count = how_many_answers(root);
chat_with_user(root, answer_count);