JavaTXCompilerInJavaTX/javatx-src/main/java/Main.java

11 lines
231 B
Java
Raw Permalink Normal View History

2024-02-02 12:06:37 +00:00
import de.dhbwstuttgart.core.ConsoleInterface;
import java.io.IOException;
public class Main {
public static void main(String[] args) throws IOException, ClassNotFoundException {
ConsoleInterface.main(args);
}
}