/basicCalculatorCOBOL

Calculator written in COBOL to practice this language

Primary LanguageCOBOL

Basic Calculator in COBOL

Getting Started

First, download the open-cobol:

brew install open-cobol

Run compiler:

cobc -free -x -o calculator calculator.cblD

Open the program:

./calculator