lostintangent / cobol-hello-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:COBOL 100.0%