Make simple movie store console simulation. User can add, edit, buy, rent & return movie from the store.
Instruction:
- Compile Main.java --> javac ./main/Main.java
- Run Main.java --> java ./main/Main.java
- Follow the instruction in terminal
- *There is a test case for Store object, if you want to learn basic testing using JUnit