parent
375f36cc2a
commit
5a743058c2
@ -0,0 +1,9 @@
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
ExamSystem system = new ExamSystem();
|
||||
while (true) {
|
||||
Users users = system.login();
|
||||
system.generateProblems(users);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue