1 Commits

Author SHA1 Message Date
Andrzej Lopko
fb75223cb7 master - test 3 2026-02-03 20:35:16 +01:00

View File

@@ -31,7 +31,7 @@ public class Main {
public static void main(String[] args) { public static void main(String[] args) {
//TIP Press <shortcut actionId="ShowIntentionActions"/> with your caret at the highlighted text //TIP Press <shortcut actionId="ShowIntentionActions"/> with your caret at the highlighted text
// to see how IntelliJ IDEA suggests fixing it. // to see how IntelliJ IDEA suggests fixing it.
System.out.printf("Hello anasd welcome!"); //System.out.printf("Hello and welcome!");
Test x = new Test(); Test x = new Test();
x.test(); x.test();