NoIssue: More minimalistic main

This commit is contained in:
2026-01-28 12:09:52 +01:00
parent cd8d00bd8d
commit d3e859a094

View File

@@ -5,7 +5,7 @@ import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.Logger;
public class Main { public class Main {
public static void main(String[] args) throws Exception { static void main() throws Exception {
new Main(); new Main();
} }