MCPcopy Create free account
hub / github.com/GCMiner/GCMiner / APP

Class APP

src/main/java/Preprocess/APP.java:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import Preprocess.newJson.NewJson;
4
5public class APP {
6 public static void main(String[] args) throws InterruptedException {
7 TEST.test();
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected