From 9b5cce9791d577bc1c1b9eb29af0b3db15866ce8 Mon Sep 17 00:00:00 2001 From: Jörg Sommrey <28217714+jo-37@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:46:39 +0100 Subject: Solution to task 2 --- challenge-250/jo-37/perl/ch-2.pl | 54 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100755 challenge-250/jo-37/perl/ch-2.pl diff --git a/challenge-250/jo-37/perl/ch-2.pl b/challenge-250/jo-37/perl/ch-2.pl new file mode 100755 index 0000000000..e94254968c --- /dev/null +++ b/challenge-250/jo-37/perl/ch-2.pl @@ -0,0 +1,54 @@ +#!/usr/bin/perl -s + +use v5.24; +use Test2::V0; +use List::Util 'max'; + +our ($tests, $examples); + +run_tests() if $tests || $examples; # does not return + +die <