From 01e4642b2f0061e1a909513c964dcbb021646d9b Mon Sep 17 00:00:00 2001 From: James Smith Date: Sat, 29 May 2021 15:53:25 +0100 Subject: Update README.md --- challenge-114/james-smith/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/challenge-114/james-smith/README.md b/challenge-114/james-smith/README.md index bf83a2d063..9bf832ce51 100644 --- a/challenge-114/james-smith/README.md +++ b/challenge-114/james-smith/README.md @@ -1,5 +1,7 @@ # Perl Weekly Challenge #114 +# What no regexs or loops.... + You can find more information about this weeks, and previous weeks challenges at: https://perlweeklychallenge.org/ @@ -183,4 +185,4 @@ taken up by that example - in the 1x10^9 example this would require We see as we did a few weeks ago that if you don't actually need to use regexs then you can get an appreciable speed boost. Obviously -remembering there is trade off between coding and running time. \ No newline at end of file +remembering there is trade off between coding and running time. -- cgit