diff options
| author | E7-87-83 <fungcheokyin@gmail.com> | 2021-05-03 23:15:56 +0800 |
|---|---|---|
| committer | E7-87-83 <fungcheokyin@gmail.com> | 2021-05-03 23:15:56 +0800 |
| commit | 914b4079a51646253fb0eb327aa0dcd4a84c9e1c (patch) | |
| tree | fe54e7b1795c50b7f51498d70ddb49126378a94b | |
| parent | 3d1a601a1bdb3d8b727c79361e2719d0fe0f5b96 (diff) | |
| download | perlweeklychallenge-club-914b4079a51646253fb0eb327aa0dcd4a84c9e1c.tar.gz perlweeklychallenge-club-914b4079a51646253fb0eb327aa0dcd4a84c9e1c.tar.bz2 perlweeklychallenge-club-914b4079a51646253fb0eb327aa0dcd4a84c9e1c.zip | |
early bird for week 111
| -rw-r--r-- | challenge-111/cheok-yin-fung/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-111/cheok-yin-fung/perl/ch-2.pl b/challenge-111/cheok-yin-fung/perl/ch-2.pl index 5b1bf68d49..2113667993 100644 --- a/challenge-111/cheok-yin-fung/perl/ch-2.pl +++ b/challenge-111/cheok-yin-fung/perl/ch-2.pl @@ -47,5 +47,5 @@ sub update_max { # result: aegilops, with length = 9 # for most common 1000 English words: -# accept, almost, effort, with length = 7 +# accept, almost, effort, with length = 6 |
