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 215e25c commit cf995d0Copy full SHA for cf995d0
app/src/main/java/hexlet/code/Cli.java
@@ -7,5 +7,6 @@ public static void userGreeting() {
7
Scanner sc = new Scanner(System.in);
8
String userName = sc.next();
9
System.out.println("Hello " + userName + "!");
10
+ System.out.println("Welcome to the Brain Games!");
11
}
12
0 commit comments