diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-10-16 17:20:36 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-10-16 17:20:36 -0400 |
commit | 8bce03ef55d76e84c3a15c68cceaa71800196792 (patch) | |
tree | 3645c7777c61ddedd1f118d9a84631eac183b2f2 /examples/06-all/README.md | |
parent | 4c94118ec89c3cae982bf4a6cc8866bc68741b33 (diff) | |
download | sha3-8bce03ef55d76e84c3a15c68cceaa71800196792.tar.bz2 sha3-8bce03ef55d76e84c3a15c68cceaa71800196792.zip |
add examples/06-all/
Diffstat (limited to 'examples/06-all/README.md')
-rw-r--r-- | examples/06-all/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/06-all/README.md b/examples/06-all/README.md new file mode 100644 index 0000000..8e556af --- /dev/null +++ b/examples/06-all/README.md @@ -0,0 +1,7 @@ +# all-fns example + +Exercise every function. Relatively sparsely commented; used as a +source for inline examples in generated [API][] documentation. + +[api]: https://en.wikipedia.org/wiki/API + "Application Programming Interface (API)" |