blob: 16ed90829225bb3e7265fa99225ebd63ae2f4745 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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).
|