7 lines
266 B
Java
7 lines
266 B
Java
import bank.exceptions.*;
|
|
|
|
public class Main {
|
|
public static void main(String[] args) throws TransactionAttributeException, IOException, java.io.IOException, TransactionAlreadyExistException, AccountAlreadyExistsException, AccountDoesNotExistException {
|
|
|
|
}
|
|
} |