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 7d9c74d commit 55a78daCopy full SHA for 55a78da
src/Engine.php
@@ -13,7 +13,7 @@
13
function getUserName()
14
{
15
//Приветствуем пользователя
16
- line('Welcome to the Brain Game!');
+ line('Welcome to the Brain Games!');
17
$name = prompt('May I have your name?');
18
line("Hello, %s!", $name);
19
//Вернуть полученное имя
0 commit comments