diff --git a/du5/program.c b/du5/program.c index 2b3def1..8923e09 100644 --- a/du5/program.c +++ b/du5/program.c @@ -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);