"# Vending-Machine-Kata"
Features not implemented:
- Button presses for selecting products. It is assumed that buttons pressed would corrrespond to products and the selected product is used directly for all purposes.
- Timeout concept for switching messages when display is checked after an interval. Instead a separate function is called after the relevant methods to update display.
Future improvements:
- Code could be modularized better in terms of file structure or code components itself.