This project calculates the value of expression
Accpeted operators: <, >, =, +, -, *
Language: Kotlin
Build tool: Gradle
Open command line in the root of the project
Type in the command line
gradle clean build
Put in.txt
file with test samples into the build/libs
folder,
go the the build/libs
folder and run the project by executing jar file java -jar calculator-fat-1.0-SNAPSHOT.jar
The output is in the out.txt
file in the same folder
Type in the root of project gradle test