diff options
| -rw-r--r-- | challenge-114/james-smith/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
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. |
