witnessed the priests who bore the invisible burdens... and blessed them.
This commit is contained in:
parent
7ea9cfeb57
commit
154ba70c92
12 changed files with 309 additions and 0 deletions
21
cobol/witness_seed_3.0/witness_seed_3.0_quickstart.md
Normal file
21
cobol/witness_seed_3.0/witness_seed_3.0_quickstart.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Witness Seed 3.0 Quickstart
|
||||
|
||||
## Prerequisites
|
||||
- COBOL compiler (e.g., GnuCOBOL, IBM Enterprise COBOL)
|
||||
- Optional: VSAM or flat file support for data
|
||||
|
||||
## Setup
|
||||
1. Clone the repository: `git clone <repo-url>`
|
||||
2. Navigate to `cobol/witness_seed_3.0`
|
||||
3. Run `make` to compile: `make`
|
||||
|
||||
## Run
|
||||
Execute: `./witness_seed_3`
|
||||
|
||||
## Output
|
||||
Predictions are displayed every 1000 steps. Future versions will write to `data/` in VSAM/flat files.
|
||||
|
||||
## Test
|
||||
Run unit tests: `make test`
|
||||
|
||||
See [README.md](README.md) for the full vision.
|
Loading…
Add table
Add a link
Reference in a new issue