lang: funcs: Add math pow function and a few examples

Just a few small things I think should be committed.
This commit is contained in:
James Shubin
2018-02-25 19:09:21 -05:00
parent 6370f0cb95
commit df1e50e599
8 changed files with 98 additions and 29 deletions

View File

@@ -89,7 +89,7 @@ if [[ -n "$failures" ]]; then
echo
echo 'You can rerun a single suite like so:'
echo
echo 'make test-gofmt'
echo '`make test-gofmt` or `make test-shell-<testname>`'
exit 1
fi
echo 'ALL PASSED'