From 5ac16ac7e9826137e0da5597e954f4992c66205d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 21 Sep 2020 06:38:12 +0100 Subject: - Added template for Challenge 079. --- challenge-079/michael-hamlin/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 challenge-079/michael-hamlin/README (limited to 'challenge-079/michael-hamlin') diff --git a/challenge-079/michael-hamlin/README b/challenge-079/michael-hamlin/README new file mode 100644 index 0000000000..3c1a735306 --- /dev/null +++ b/challenge-079/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