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…
Reference in new issue