final project q11
This commit is contained in:
8
finalproject/Question11/Test.java
Normal file
8
finalproject/Question11/Test.java
Normal file
@@ -0,0 +1,8 @@
|
||||
public class Test {
|
||||
public static void main(String[] args) {
|
||||
User.testUser();
|
||||
Lender.testLender();
|
||||
Borrower.testBorrower();
|
||||
Library.testLibrary();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user