Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikesmullin/cobol
Learning Cobol
https://github.com/mikesmullin/cobol
Last synced: about 1 month ago
JSON representation
Learning Cobol
- Host: GitHub
- URL: https://github.com/mikesmullin/cobol
- Owner: mikesmullin
- Created: 2012-01-26T23:35:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-26T23:35:42.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T14:50:54.975Z (9 months ago)
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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