From 67cdd35efcf8c026c738ede53dcf8662282fbe29 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 4 May 2020 04:08:12 +0100 Subject: - Added template for Challenge 059. --- challenge-059/michael-hamlin/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 challenge-059/michael-hamlin/README (limited to 'challenge-059/michael-hamlin') diff --git a/challenge-059/michael-hamlin/README b/challenge-059/michael-hamlin/README new file mode 100644 index 0000000000..3c1a735306 --- /dev/null +++ b/challenge-059/michael-hamlin/README @@ -0,0 +1,5 @@ +Solutions by Michael Hamlin. + +ch-1.pl the Ackermann function grows so rapidly that I dont think I can +test the real hyperness of my code, even with GMP. + -- cgit