Delete 'Main.java'

develop
hnu202304060319 7 months ago
parent 81ba92f8ec
commit 4534eab692

@ -1,13 +0,0 @@
import java.io.IOException;
public class Main {
public static void main(String[] args) {
AllSystem allSystem = new AllSystem();
try {
allSystem.showHomeMenu();
} catch (IOException e) {
throw new RuntimeException(e);
}
}
}
Loading…
Cancel
Save