diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..16ed908 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +<h1 align="center">Bazel COBOL Example</h1> + +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). |