* add 'version' command - "go-xkcdreader version" returns a formatted version of the app * test (among other things) that the version in flake.nix matches the version hardcoded in app's go code (cmd/version.go)
* provide app greeting using a function * test that the app greets properly * run tests for nix with 'nix-shell --run'...