diff options
| author | James Smith <js5@sanger.ac.uk> | 2021-11-02 06:37:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-02 06:37:51 +0000 |
| commit | 9ead0a4fa5c0ae5cd5db969ec76321567aa38e51 (patch) | |
| tree | e88ad7a3d649119ff3f289c73969bd018e3cdeba | |
| parent | 46227b977c89bd4279f8639a753e95473b747f58 (diff) | |
| download | perlweeklychallenge-club-9ead0a4fa5c0ae5cd5db969ec76321567aa38e51.tar.gz perlweeklychallenge-club-9ead0a4fa5c0ae5cd5db969ec76321567aa38e51.tar.bz2 perlweeklychallenge-club-9ead0a4fa5c0ae5cd5db969ec76321567aa38e51.zip | |
Update README.md
| -rw-r--r-- | challenge-137/james-smith/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-137/james-smith/README.md b/challenge-137/james-smith/README.md index 3397363f82..e2aaf64e38 100644 --- a/challenge-137/james-smith/README.md +++ b/challenge-137/james-smith/README.md @@ -94,7 +94,7 @@ If this is not the first digit on `@n` we just carry to the next column `$n[$_-1 Doing this removes a number of "non Lychrel" numbers that are calculated by the previous function. -###Lychrel numbers computed +### Lychrel numbers computed The first method found the following candidate Lychrel numbers between 1 and 1000: |
