Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 390 Bytes

File metadata and controls

14 lines (9 loc) · 390 Bytes

A Super Simple and Incomplete Order Application

You'll need maven to build and execute it:

mvn compile
...
mvn exec:java -Dexec.mainClass="codecrafter.orders.Program"

Or run the tests:

mvn test

Take a look here for the full story.