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