Calculator-App is a program with basic math operations like add, subtract, multiply and divide. This application using text file with operations to do.
- Java 8+
- Maven
- JUnit 5
- Commons-io
In main project directory is located jar file that you can run by command in terminal:
java -jar Calculator.jar
You can also open application by Intellij IDEA.