From 7b1522c52a9f0be331dba4fcf0c2916b08b374f7 Mon Sep 17 00:00:00 2001 From: Jörg Sommrey <28217714+jo-37@users.noreply.github.com> Date: Mon, 18 Jan 2021 15:57:08 +0100 Subject: Solution to task 1 --- challenge-096/jo-37/perl/ch-1.pl | 64 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100755 challenge-096/jo-37/perl/ch-1.pl diff --git a/challenge-096/jo-37/perl/ch-1.pl b/challenge-096/jo-37/perl/ch-1.pl new file mode 100755 index 0000000000..4646532d1c --- /dev/null +++ b/challenge-096/jo-37/perl/ch-1.pl @@ -0,0 +1,64 @@ +#!/usr/bin/perl -s + +use v5.16; +use Test2::V0; + +our ($tests, $examples); + +run_tests() if $tests || $examples; # does not return + +say(<