Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikesmullin/cobol

Learning Cobol
https://github.com/mikesmullin/cobol

Last synced: about 1 month ago
JSON representation

Learning Cobol

Awesome Lists containing this project

README

        

just teaching myself Cobol

installing on Ubuntu 11.10 64-bit

# install compiler

sudo apt-get install open-cobol

# clone

git clone [email protected]:mikesmullin/Cobol .

# compile and execute example

make hello && ./hello