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

https://github.com/oldkingcone/cobol_projects

This is a repo for random COBOL projects that I create. Feel free to share, or critique.
https://github.com/oldkingcone/cobol_projects

cobol cobol-programs learning-by-doing

Last synced: 3 months ago
JSON representation

This is a repo for random COBOL projects that I create. Feel free to share, or critique.

Awesome Lists containing this project

README

          

# COBOL_PROJECTS
This is a repo for random COBOL projects that I create. Feel free to share, or critique.
In order to compile and execute these programs, you will need cobc installed.
- To compile use `cobc -x -free *.cobc -o {program name}`