MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / main

Method main

src/main/java/exitcode/Main.java:283–286  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

281 }
282
283 public static void main(String[] args) {
284 Logger.messageCustom("EXITCODE", "Starting up! Hello, world!");
285 launch(args);
286 }
287
288 public static Font loadFont(String fontName, double fontSize) {
289 if (fontName == null) {

Callers

nothing calls this directly

Calls 1

messageCustomMethod · 0.95

Tested by

no test coverage detected