Skip to content

Commit 2f1cb04

Browse files
committed
upd Engine.java
1 parent 1dc9343 commit 2f1cb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Engine {
88
public static int questionCounter = 0;
99
public static void userGreetings() {
1010
Scanner sc = new Scanner(System.in);
11-
System.out.println("Welcome to the Brain Games!\nMay I have your name?\n");
11+
System.out.println("Welcome to the Brain Games!\nMay I have your name?");
1212
userName = sc.next();
1313
System.out.println("Hello " + userName + "!");
1414
}

0 commit comments

Comments
 (0)