# Ingest Quality Test Prompt

Build a Go CLI tool called `wordcount` that reads text from stdin or a file
argument and prints the number of lines, words, and characters. Output format:
`lines=N words=N chars=N`. The tool must have unit tests and pass `go vet`.
