diff options
| -rw-r--r-- | challenge-246/dave-jacoby/perl/ch-2.pl | 2 |
1 files changed, 0 insertions, 2 deletions
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 ], |
