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