ADD file via upload

develop
hnu202304060319 7 months ago
parent 6f45a71562
commit 2728edb6e1

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