parent
560d383916
commit
bc0b7b7747
@ -0,0 +1,9 @@
|
|||||||
|
import java.util.Scanner;
|
||||||
|
|
||||||
|
public class Main {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
Scanner sc = new Scanner(System.in);
|
||||||
|
User user = new User("0", "0", "0");
|
||||||
|
user.start();
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue