From be87d7868f21332f3209486a6590d1d128d1157d Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Thu, 6 Aug 2015 13:44:19 -0700 Subject: [PATCH] [doc] Include testrunner statement in docs. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b6071c..03a3ae4 100644 --- a/README.md +++ b/README.md @@ -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.