From 1c7b9d4602e1fe9f2f410265bd8a9229caeaffc1 Mon Sep 17 00:00:00 2001 From: Jörg Sommrey <28217714+jo-37@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:24:45 +0200 Subject: Solution to task 2 --- challenge-278/jo-37/perl/ch-2.pl | 67 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100755 challenge-278/jo-37/perl/ch-2.pl diff --git a/challenge-278/jo-37/perl/ch-2.pl b/challenge-278/jo-37/perl/ch-2.pl new file mode 100755 index 0000000000..5a25e71b63 --- /dev/null +++ b/challenge-278/jo-37/perl/ch-2.pl @@ -0,0 +1,67 @@ +#!/usr/bin/perl -s + +use v5.24; +use Test2::V0; +use experimental 'signatures'; + +our ($tests, $examples); + +run_tests() if $tests || $examples; # does not return + +die <