Skip to content

alvinllim/BenchCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BenchCalculator

To build executable jar, run "mvn clean compile assembly:single" in the project root directory.

JAR archive can then be executed as follows:

>java -jar target/BenchCalculator.jar "1+2"

3

>java -jar target/BenchCalculator.jar "1+2*3"

7

About

BenchCalculator application which emulates the Unix bc command line utility for evaluating simple arithmetic expressions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages