The code kata solution for the Vending Machine problem.
Test Driven Development, commits after each test pass.
###Author: Hariharan Arunachalam
To run the Vending Machine tests, run java -jar VendingMachineTests.jar in the command line.
To interact with the Vending Machine, run java -jar VendingMachineInteract.jar in the command line.
For any questions or queries, please drop me a message.