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 5f54df3 commit ffbb8f2Copy full SHA for ffbb8f2
app/build.gradle.kts
@@ -25,4 +25,5 @@ tasks.test {
25
26
tasks.getByName("run", JavaExec::class) {
27
standardInput = System.`in`
28
+
29
}
app/src/main/java/hexlet/code/App.java
@@ -2,6 +2,6 @@
2
3
public class App {
4
public static void main(String[] args) {
5
- System.out.println("Hello World!");
+ System.out.println("Welcome to the Brain Games!");
6
7
0 commit comments