Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 177 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 177 Bytes

COBOL

Collection of COBOL Scripts

You can use brew to install GNU Cobol (Open Cobol). Just type:

brew install gnu-cobol

Then to compile program use:

cobc -x hello.cob