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