tys
This commit is contained in:
parent
48b502fcf4
commit
e994f87fb9
@ -113,6 +113,9 @@ int main() {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
char dummy[LINE_SIZE];
|
||||||
|
fgets(dummy, sizeof(dummy), stdin);
|
||||||
|
|
||||||
int answer_count = how_many_answers(root);
|
int answer_count = how_many_answers(root);
|
||||||
|
|
||||||
chat_with_user(root, answer_count);
|
chat_with_user(root, answer_count);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user