Skip to content

alphafoobar/code-kata-cobol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Code Kata COBOL

With all the fuss about a lack of COBOL developers, I thought why give it a go.

Some references:

How to

  1. docker build -t my-cobol .
  2. export MY_CBL="docker run --rm -v $PWD/.:/working my-cobol"
  3. $MY_CBL cobc -x helloworld.cbl
  4. $MY_CBL ./helloworld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published