From 1d48c12e835eab4c2909f37f489f258e6c167663 Mon Sep 17 00:00:00 2001 From: Dave Jacoby Date: Mon, 9 Jan 2023 12:11:28 -0500 Subject: DAJ 199.3 --- challenge-199/dave-jacoby/perl/ch-2.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/challenge-199/dave-jacoby/perl/ch-2.pl b/challenge-199/dave-jacoby/perl/ch-2.pl index 5275629dec..0eab4308bd 100644 --- a/challenge-199/dave-jacoby/perl/ch-2.pl +++ b/challenge-199/dave-jacoby/perl/ch-2.pl @@ -39,7 +39,6 @@ sub good_triplets ( $x, $y, $z, @array ) { } } - say join ' ', $x, $y, $z, '|', @array; return $out; } -- cgit