diff options
| author | Mohammad Sajid Anwar <Mohammad.Anwar@yahoo.com> | 2023-11-16 22:25:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-16 22:25:35 +0000 |
| commit | 089dab026fecd01999605363ed30e90ccbe38e03 (patch) | |
| tree | 2634a0e3f2ff9a3186053b96839909c4b011570b | |
| parent | ba554acc2a377b6d548b9010df056345af03099e (diff) | |
| parent | 23ed26824d6a4864fee71f557e0553b725799717 (diff) | |
| download | perlweeklychallenge-club-089dab026fecd01999605363ed30e90ccbe38e03.tar.gz perlweeklychallenge-club-089dab026fecd01999605363ed30e90ccbe38e03.tar.bz2 perlweeklychallenge-club-089dab026fecd01999605363ed30e90ccbe38e03.zip | |
Merge pull request #9079 from mattneleigh/pwc243
modified: challenge-243/mattneleigh/perl/ch-2.pl
| -rwxr-xr-x | challenge-243/mattneleigh/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-243/mattneleigh/perl/ch-2.pl b/challenge-243/mattneleigh/perl/ch-2.pl index 4c3c69eab4..d48e9ebc21 100755 --- a/challenge-243/mattneleigh/perl/ch-2.pl +++ b/challenge-243/mattneleigh/perl/ch-2.pl @@ -32,7 +32,7 @@ exit(0); ################################################################################ # Calculate the sum of the floor (integer value, rounded down) of the quotients # of every possible pair of numbers described by two sets of indices within a -# list- including those where the indices are the same +# list of positive integers- including those where the indices are the same # Takes one argument: # * A list of integers to examine # Returns: |
