diff --git a/src/Main.java b/src/Main.java index 0314f0a..55627f5 100644 --- a/src/Main.java +++ b/src/Main.java @@ -33,7 +33,8 @@ public static void main(String[] args) { // to see how IntelliJ IDEA suggests fixing it. System.out.printf("Hello and welcome!"); - new Test().test(); + Test x = new Test(); + x.test(); for (int i = 1; i <= 5; i++) { //TIP Press to start debugging your code. We have set one breakpoint // for you, but you can always add more by pressing .