Skip to content

Commit ffbb8f2

Browse files
committed
installDist and after clean
1 parent 5f54df3 commit ffbb8f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ tasks.test {
2525

2626
tasks.getByName("run", JavaExec::class) {
2727
standardInput = System.`in`
28+
2829
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class App {
44
public static void main(String[] args) {
5-
System.out.println("Hello World!");
5+
System.out.println("Welcome to the Brain Games!");
66
}
77
}

0 commit comments

Comments
 (0)