doc: README for args example

Also started a README in the root examples directory.

Updates #14
This commit is contained in:
Michael McLoughlin
2019-01-01 15:46:42 -08:00
parent 4550badf58
commit 1b0ce66552
6 changed files with 137 additions and 0 deletions

6
examples/README.md Normal file
View File

@@ -0,0 +1,6 @@
# Examples
Feature demonstrations:
* **[add](add):** Add two numbers. The "Hello World!" of `avo`.
* **[args](args):** Loading function arguments.