Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 273 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 273 Bytes

calculator

Coding excercise

How to download, build and run program:

  1. git clone https://github.com/ondrejkralik/calculator.git
  2. cd calculator
  3. mvn package
  4. cd target
  5. java -cp calculator-1.0-SNAPSHOT.jar dk.cngroup.calculator.App [path_to_file_with_orders]