mirror of
https://github.com/Soccera1/agg.git
synced 2025-09-21 22:27:41 +02:00
add result to incorrect answer
This commit is contained in:
parent
63b060c0db
commit
8d7b0d2405
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ int main(void) {
|
|||
printf ("Correct!\n");
|
||||
score++;
|
||||
} else {
|
||||
printf ("Incorrect!\n");
|
||||
printf ("Incorrect! The correct answer is %g.\n", result);
|
||||
}
|
||||
|
||||
// DEBUG
|
||||
|
|
Loading…
Add table
Reference in a new issue