Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 271 Bytes

The RPN Calculator

Running the Application

Navigate to the root directory and run the command below.

./mvnw install && java -jar target/rpn-calculator-1.0-SNAPSHOT.jar

Running the Tests

Navigate to the root directory and run the command below.

./mvnw test