From ad64925b28fbe6f6a9743b053151f45a01776bbd Mon Sep 17 00:00:00 2001 From: Jörg Sommrey <28217714+jo-37@users.noreply.github.com> Date: Mon, 27 May 2024 15:50:50 +0200 Subject: Solution to task 1 --- challenge-271/jo-37/perl/ch-1.pl | 59 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 challenge-271/jo-37/perl/ch-1.pl diff --git a/challenge-271/jo-37/perl/ch-1.pl b/challenge-271/jo-37/perl/ch-1.pl new file mode 100755 index 0000000000..b218d44fec --- /dev/null +++ b/challenge-271/jo-37/perl/ch-1.pl @@ -0,0 +1,59 @@ +#!/usr/bin/perl -s + +use v5.24; +use Test2::V0 '!float'; +use PDL; + +our ($tests, $examples); + +run_tests() if $tests || $examples; # does not return + +die <