Skip to content

abelgibayev/Expression-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expression Calculator

This project calculates the value of expression
Accpeted operators: <, >, =, +, -, *
Language: Kotlin
Build tool: Gradle

Run the project

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

Test the project

Type in the root of project gradle test

About

Comicon assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages