Warwolt / stack_calc_2022

Part of the unit test course of may 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack Calculator

Small repository for first meeting in the unit test course of May 2022.

Build

On Linux and MacOS:

./gradlew jar && java -jar build/libs/stack_calc.jar

On Windows:

./gradlew.bat jar && java -jar build/libs/stack_calc.jar

Run tests

On Linux and MacOS:

./gradlew test

On Windows:

./gradlew.bat test

About

Part of the unit test course of may 2022


Languages

Language:Java 100.0%