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 ```