break it as test...

bak
hummel 2024-12-13 14:24:18 +01:00
parent ebb494f66b
commit ed1b7fc83d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ public class Main {
private static final Logger LOG = LogManager.getLogger();
public static void main(String[] args) {
LOG.info("Hallo Maven!");
LOG.info("Hallo Maven!");break it
System.out.println(new Main().add(3, 4));
}