diff options
| author | Fuwn <[email protected]> | 2022-05-22 04:31:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-22 04:31:57 -0700 |
| commit | 5b11262e810c2cd06c0baa120f5674b7f5c98833 (patch) | |
| tree | a3271ec1c4616104b71b1374a5ce6cda2445cca6 /README.md | |
| download | bazel-cobol-example-main.tar.xz bazel-cobol-example-main.zip | |
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). |