diff --git a/src/Main.java b/src/Main.java index 1d9d4e3..08ebb86 100644 --- a/src/Main.java +++ b/src/Main.java @@ -32,7 +32,7 @@ public static void main(String[] args) { // to see how IntelliJ IDEA suggests fixing it. System.out.printf("Hello and welcome!"); - new Test().test(); + /// new Test().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 .