parent
2e7f6938b0
commit
9336c64b08
@ -1,9 +0,0 @@
|
|||||||
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