aboutsummaryrefslogtreecommitdiff
path: root/challenge-125
diff options
context:
space:
mode:
authorJörg Sommrey <28217714+jo-37@users.noreply.github.com>2021-08-15 10:37:25 +0200
committerJörg Sommrey <28217714+jo-37@users.noreply.github.com>2021-08-15 10:37:25 +0200
commitcd38d11a6faf7a7b26bb660a062361afb4209a16 (patch)
tree3782ad9f9642e9779e8a92272f5a9524f15e02d3 /challenge-125
parent01c4060cc7206010581934f3189549d19b7e5736 (diff)
downloadperlweeklychallenge-club-cd38d11a6faf7a7b26bb660a062361afb4209a16.tar.gz
perlweeklychallenge-club-cd38d11a6faf7a7b26bb660a062361afb4209a16.tar.bz2
perlweeklychallenge-club-cd38d11a6faf7a7b26bb660a062361afb4209a16.zip
Admit failing at task 1
Diffstat (limited to 'challenge-125')
-rwxr-xr-xchallenge-125/jo-37/perl/ch-1.pl5
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