Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Installation

How to install COBOL

$ sudo apt-get install -y open-cobol

How to run

$ cobc -free -x -o Helloworld HelloWorld.cbl

How to Uninstall COBOL

$ sudo apt remove open-cobol