final project q5

This commit is contained in:
2022-05-24 22:40:38 +08:00
parent e2bd453330
commit 707750c9c8
9 changed files with 367 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
public class Test {
public static void main(String[] args) {
User.testUser();
Lender.testLender();
Borrower.testBorrower();
Library.testLibrary();
}
}