nhs-number-cli 0.3.0

Command line tool that validates United Kingdom (UK) National Health Service (NHS) Numbers, one per line, from standard input.
1
2
3
4
5
6
7
8
9
10
11
# 02-valid-only

Every line in `input.txt` is a valid NHS Number from the `999` synthetic
test range. The tool echoes each one to `stdout` and writes nothing to
`stderr`.

## Run

```sh
./run.sh
```