From f88f30d9064f37c07f70505241e17cbce0fa8c2b Mon Sep 17 00:00:00 2001 From: Andrzej Lopko Date: Mon, 2 Feb 2026 14:55:43 +0100 Subject: [PATCH] test - 2 - comment --- src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .