diff options
| author | drbaggy <js5@sanger.ac.uk> | 2021-05-29 17:01:49 +0100 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2021-05-29 17:01:49 +0100 |
| commit | 5f960b645e2de379bbded827c0bfebdd7d35ca96 (patch) | |
| tree | 759ccc4d98dcad23df5586e02a0a596ca69becac | |
| parent | 4dc268282a18cf1b2528dacf77075c9ef25b1a17 (diff) | |
| parent | 01e4642b2f0061e1a909513c964dcbb021646d9b (diff) | |
| download | perlweeklychallenge-club-5f960b645e2de379bbded827c0bfebdd7d35ca96.tar.gz perlweeklychallenge-club-5f960b645e2de379bbded827c0bfebdd7d35ca96.tar.bz2 perlweeklychallenge-club-5f960b645e2de379bbded827c0bfebdd7d35ca96.zip | |
Merge branch 'master' of github.com:drbaggy/perlweeklychallenge-club
| -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. |
