MCPcopy Create free account
hub / github.com/demoth/jake2 / main

Method main

fullgame/src/test/java/jake2/fullgame/DancingQueens.java:58–63  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

56 }
57
58 public static void main(String[] args) {
59
60 DancingQueens test = new DancingQueens(args);
61 test.init();
62 test.run();
63 }
64
65 KBD kbd;
66

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
runMethod · 0.95

Tested by

no test coverage detected