aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Smith <baggy@baggy.me.uk>2021-05-29 15:53:25 +0100
committerGitHub <noreply@github.com>2021-05-29 15:53:25 +0100
commit01e4642b2f0061e1a909513c964dcbb021646d9b (patch)
tree2708fdaa2ac2cb4c399d6f85a3506aada3f3fc40
parent0058844b04d4fe9c5c14598eaa5a7d4b77efe63b (diff)
downloadperlweeklychallenge-club-01e4642b2f0061e1a909513c964dcbb021646d9b.tar.gz
perlweeklychallenge-club-01e4642b2f0061e1a909513c964dcbb021646d9b.tar.bz2
perlweeklychallenge-club-01e4642b2f0061e1a909513c964dcbb021646d9b.zip
Update README.md
-rw-r--r--challenge-114/james-smith/README.md4
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.