From be0b6ccafa2ecfadaa96e246aa2c81a85f9d0bf9 Mon Sep 17 00:00:00 2001 From: Dave Jacoby Date: Tue, 5 Dec 2023 17:16:17 -0500 Subject: removed module in 246 --- challenge-246/dave-jacoby/perl/ch-2.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'challenge-246') diff --git a/challenge-246/dave-jacoby/perl/ch-2.pl b/challenge-246/dave-jacoby/perl/ch-2.pl index 2cf6806510..12e00708a9 100644 --- a/challenge-246/dave-jacoby/perl/ch-2.pl +++ b/challenge-246/dave-jacoby/perl/ch-2.pl @@ -4,8 +4,6 @@ use strict; use warnings; use experimental qw{ say postderef signatures state }; -use Algorithm::Combinatorics qw{ variations }; - my @examples = ( [ 1, 1, 2, 3, 5 ], -- cgit