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