[doc] Include testrunner statement in docs.

This commit is contained in:
Elf M. Sternberg 2015-08-06 13:44:19 -07:00
parent e3bf7323fb
commit be87d7868f
1 changed files with 4 additions and 1 deletions

View File

@ -34,5 +34,8 @@ with the multiplier, then redistribute the values up the tens, hundreds,
etc. etc. This solution is not particularly fast or space-efficient,
but it has the virtue of being comprehensible by any ten-year-old.
As usual, I've provided a test suite, as well as a pair of utility
functions for converting the list to a string, or an unsigned long. The
latter only works with very small results. The executable, "cheapgmp",
works as specified in the problem statement.