/easy_calculator

CircleCi and Docker test

Primary LanguageGo

EASY CALCULATOR

You can try docker and circleci through this app.

WHAT'S THIS APP

This app is calculator.
You can only add or substract two numbers.

INSTALLATION AND LAUNCH

>> git clone git@github.com:nekootoko3/easy_calculator.git
>> cd easy_calculator
>> docker build -t easy_calculator ./
>> docker run --rm -it easy_calculator