We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8a956 commit f795c07Copy full SHA for f795c07
src/Games/Even.php
@@ -15,7 +15,7 @@ function runGame(): void
15
{
16
$generateData = function () {
17
$number = random_int(1, 100);
18
-
+
19
$isEven = isEven($number);
20
21
return [
0 commit comments