Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 281 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 281 Bytes

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