diff options
| -rw-r--r-- | challenge-148/abigail/perl/ch-2.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/challenge-148/abigail/perl/ch-2.pl b/challenge-148/abigail/perl/ch-2.pl index 00fc86d439..929818748a 100644 --- a/challenge-148/abigail/perl/ch-2.pl +++ b/challenge-148/abigail/perl/ch-2.pl @@ -88,6 +88,11 @@ use experimental 'lexical_subs'; # we cannot find better. # +# +# Note that while we generate and print the first 5 triplets, we +# will NOT print them in order. This is not a requirement. +# + use Math::Prime::Util qw [divisors]; use List::Util qw [sum max]; |
