gleguizamon / basicCalculatorCOBOL

Calculator written in COBOL to practice this language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Calculator written in COBOL to practice this language


Languages

Language:COBOL 100.0%