Skip to content

jordao76/orders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.