diff --git a/src/main/quizproject.c b/src/main/quizproject.c index e44a2c0..9636797 100644 --- a/src/main/quizproject.c +++ b/src/main/quizproject.c @@ -1367,7 +1367,7 @@ void b_epic_game() { total_score += B_round8(); total_score += B_round9(); total_score += B_round10(); - + printf("You scored %d out of 22.\n", total_score); }