@ -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);
}