final project q3

This commit is contained in:
2022-05-24 22:23:20 +08:00
parent 6347507ede
commit 1c6ea20c0a
6 changed files with 199 additions and 0 deletions

View File

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