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 55a78da commit e0c6af2Copy full SHA for e0c6af2
src/Cli.php
@@ -9,7 +9,7 @@
9
/* Greeting user */
10
function getName()
11
{
12
- line('Welcome to the Brain Game!');
+ line('Welcome to the Brain Games!');
13
$name = prompt('May I have your name?');
14
line("Hello, %s!", $name);
15
}
0 commit comments