diff options
| author | James Smith <js5@sanger.ac.uk> | 2021-05-06 16:01:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-06 16:01:15 +0100 |
| commit | 03426a820d580999888cef38ba253cfa5ebb9ae7 (patch) | |
| tree | 85167fbe596a7d1abc7d74dcded0148a6c2dd949 | |
| parent | a3f8ad4f0f7cb8ddedd8c375d3bffde32827c23f (diff) | |
| download | perlweeklychallenge-club-03426a820d580999888cef38ba253cfa5ebb9ae7.tar.gz perlweeklychallenge-club-03426a820d580999888cef38ba253cfa5ebb9ae7.tar.bz2 perlweeklychallenge-club-03426a820d580999888cef38ba253cfa5ebb9ae7.zip | |
Update README.md
| -rw-r--r-- | challenge-111/james-smith/README.md | 52 |
1 files changed, 31 insertions, 21 deletions
diff --git a/challenge-111/james-smith/README.md b/challenge-111/james-smith/README.md index 22d9eaeab1..22a63853d4 100644 --- a/challenge-111/james-smith/README.md +++ b/challenge-111/james-smith/README.md @@ -389,27 +389,37 @@ sub longest_no_comments { Here are the results for each of the four databases: -``` -british-english-small - max length 6 - 21 words - - abhors accent accept access accost almost - begins bellow billow cellos chills chilly - chimps chintz choosy choppy effort floors - floppy glossy knotty - -british-english-large - max length 7 - 1 word - - billowy - -british-english-huge - max length 7 - 4 words - - beefily billowy chikors dikkops - -british-english-insane - max length 8 - 1 word - - aegilops - -``` + * `british-english-small`: max length 6 - 21 words + * abhors + * accent + * accept + * access + * accost + * almost + * begins + * bellow + * billow + * cellos + * chills + * chilly + * chimps + * chintz + * choosy + * choppy + * effort + * floors + * floppy + * glossy + * knotty +* `british-english-large`: max length 7 - 1 word + * billowy +* `british-english-huge`: max length 7 - 4 words + * beefily + * billowy + * chikors + * dikkops +* `british-english-insane`: max length 8 - 1 word + * aegilops ## Some definitions... |
