Bazel COBOL Example

Bazel COBOL Example is an example of a COBOL program built using [`rules_cobol`](https://github.com/Fuwn/rules_cobol): a set of build rules to make working with COBOL in Bazel possible. ## Usage ```shell $ bazel run //:bazel_cobol_example ``` ## License This project is licensed with the [The Unlicense](LICENSE).