From 5b11262e810c2cd06c0baa120f5674b7f5c98833 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 22 May 2022 04:31:57 -0700 Subject: feat: initial release --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..16ed908 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +

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). -- cgit v1.2.3