Skip to content

Commit 10229b4

Browse files
committed
Update src/Cli.php, add 'Correct' message
1 parent b36cd6e commit 10229b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Cli.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function playGame(array $questions, array $correctAnswers, string $gameDescripti
4545
sayUserLose($userAnswer, $correctAnswer, $userName);
4646
return;
4747
}
48+
line('Correct!');
4849
}
4950
sayCongratulions($userName);
5051
}

0 commit comments

Comments
 (0)