An ATM that applied Software Design pattern
This project is final project of our Software Design Pattern course.
Design Pattern that is used:
- Singleton
 - Facade
 - Command
 
Basic useful feature list:
- Withdraw money
 - Print receipt
 
And here's some code! 👍
public void main(){
    System.out.println("Hello world");
}