From 744f4899ffdfde6039de3b6e7fd794b34522775a Mon Sep 17 00:00:00 2001 From: Jörg Sommrey <28217714+jo-37@users.noreply.github.com> Date: Fri, 26 Jul 2024 13:30:48 +0200 Subject: Solution to task 2 --- challenge-279/jo-37/perl/ch-2.pl | 60 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100755 challenge-279/jo-37/perl/ch-2.pl diff --git a/challenge-279/jo-37/perl/ch-2.pl b/challenge-279/jo-37/perl/ch-2.pl new file mode 100755 index 0000000000..6be9ea5a98 --- /dev/null +++ b/challenge-279/jo-37/perl/ch-2.pl @@ -0,0 +1,60 @@ +#!/usr/bin/perl -s + +use v5.24; +use Test2::V0; + +our ($tests, $examples); + +run_tests() if $tests || $examples; # does not return + +die <