/rpnc

Reverse Polish Notation Calculator

Primary LanguageJava

Reverse Polish Notation Calculator

To compile and run the calculator, use the following commands.

  mvn clean install
  java -jar target/rpnc-1.0-SNAPSHOT.jar

Build Status