From 2a5c60ff88208f05606014c2b020a4563086cd04 Mon Sep 17 00:00:00 2001 From: Jörg Sommrey <28217714+jo-37@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:02:30 +0100 Subject: Solution to task 2 --- challenge-256/jo-37/perl/ch-2.pl | 59 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 challenge-256/jo-37/perl/ch-2.pl diff --git a/challenge-256/jo-37/perl/ch-2.pl b/challenge-256/jo-37/perl/ch-2.pl new file mode 100755 index 0000000000..e2109afcc2 --- /dev/null +++ b/challenge-256/jo-37/perl/ch-2.pl @@ -0,0 +1,59 @@ +#!/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 <