grovepi/Software/Java/test/Test.java
2025-03-21 16:04:17 +01:00

9 lines
259 B
Java

/* Run: Java$ ./bin/compile.sh && ./bin/Test.sh */
import java.io.IOException;
import tests.*;
public class Test {
public static void main(String[] args) throws IOException, InterruptedException, Exception {
BaseTest grovepiTest = new BaseTest();
}
}