Skip to content

A very simple calculator that only support +-*/ and () for integers

License

Notifications You must be signed in to change notification settings

fanofxiaofeng/naive-integer-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

naive-integer-calculator

A very simple calculator that only support +-*/ and () for integers

Usage

mvn clean package
echo '1+1' | java -jar target/naive-integer-calculator-1.0-SNAPSHOT-jar-with-dependencies.jar

Some example

example.png

About

A very simple calculator that only support +-*/ and () for integers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages