Skip to content

Commit cf995d0

Browse files
committed
upd Cli.java
1 parent 215e25c commit cf995d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/hexlet/code/Cli.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ public static void userGreeting() {
77
Scanner sc = new Scanner(System.in);
88
String userName = sc.next();
99
System.out.println("Hello " + userName + "!");
10+
System.out.println("Welcome to the Brain Games!");
1011
}
1112
}

0 commit comments

Comments
 (0)