From 52f0922230bfc9ef7949656cfae1cc52f234d636 Mon Sep 17 00:00:00 2001 From: Jörg Sommrey <28217714+jo-37@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:16:31 +0100 Subject: Solution to task 1 --- challenge-197/jo-37/perl/ch-1.pl | 59 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 challenge-197/jo-37/perl/ch-1.pl diff --git a/challenge-197/jo-37/perl/ch-1.pl b/challenge-197/jo-37/perl/ch-1.pl new file mode 100755 index 0000000000..3a9bdb9c70 --- /dev/null +++ b/challenge-197/jo-37/perl/ch-1.pl @@ -0,0 +1,59 @@ +#!/usr/bin/perl -s + +use v5.16; +use Test2::V0; + +our ($tests, $examples); + +run_tests() if $tests || $examples; # does not return + +die <