# Hello Proof

Build a tiny Node CLI called `hello-proof`.

Requirements:
- Running `node index.js` prints `Hello, world!`
- Running `node index.js --name Ada` prints `Hello, Ada!`
- Include one automated test command that a stranger can run immediately
- Keep the project intentionally small and framework-free
