diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2021-08-15 10:33:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-15 10:33:36 +0100 |
| commit | 254cb550f1b9f12a4d71ac5fcc1a190fd7ca5f34 (patch) | |
| tree | ae701a25bfba3d23106c1567ae59bc9b7c7331a8 /challenge-125 | |
| parent | dedc86530816bb9ccced88976bfc1d6544eb4435 (diff) | |
| parent | cd38d11a6faf7a7b26bb660a062361afb4209a16 (diff) | |
| download | perlweeklychallenge-club-254cb550f1b9f12a4d71ac5fcc1a190fd7ca5f34.tar.gz perlweeklychallenge-club-254cb550f1b9f12a4d71ac5fcc1a190fd7ca5f34.tar.bz2 perlweeklychallenge-club-254cb550f1b9f12a4d71ac5fcc1a190fd7ca5f34.zip | |
Merge pull request #4710 from jo-37/contrib
Admit failing at task 1
Diffstat (limited to 'challenge-125')
| -rwxr-xr-x | challenge-125/jo-37/perl/ch-1.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/challenge-125/jo-37/perl/ch-1.pl b/challenge-125/jo-37/perl/ch-1.pl index 3b9f2aae65..724a769e19 100755 --- a/challenge-125/jo-37/perl/ch-1.pl +++ b/challenge-125/jo-37/perl/ch-1.pl @@ -5,6 +5,11 @@ use Test2::V0; use Math::Prime::Util qw(fordivisors sqrtint lastfor is_power); use experimental 'signatures'; +### +### I really should have been more careful. This does not work. +### Please ignore. +### + our ($tests, $examples); run_tests() if $tests || $examples; # does not return |
