Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 342 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 342 Bytes

Hello world application in COBOL.

# compile the program: cobc -x hello-world.cbl to compile
# run the program ./hello-world 

In case you do not have a COBOL compiler, you can install it by running:

# Ubuntu
sudo apt-get install open-cobol

# OS X
brew install gnu-cobol

# Windos
Feel free to add you solution here.