/calculator

Primary LanguageLuaBSD Zero Clause License0BSD

Calculator

About

a simple software written in the lua programming language that calculates numbers using addition, subtraction multiplication and division operations.

Dependencies

depedencies are described below to install the software correctly.

### Linux
# apt
apt install lua5.4 make

# pacman
pacman -S lua make

Installation

# clone the repository
git clone --verbose https://github.com/KanzenMinarai/calculator.git

# change the directory
cd calculator/

# execute the software
make

# other way to execute
lua src/main.lua

License

this software in under Zero Clause Bsd License.