Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 212 Bytes

File metadata and controls

15 lines (11 loc) · 212 Bytes

Java Vending Machine

Vending machine implemented in Java

Getting Started

Run with gradle wrapper to run application:

$ ./gradlew run

Run with gradle wrapper to run tests:

$ ./gradlew test