diff options
| -rw-r--r-- | challenge-041/steven-wilson/perl5/ch-2.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/challenge-041/steven-wilson/perl5/ch-2.pl b/challenge-041/steven-wilson/perl5/ch-2.pl index 79bc8d8e40..f63241f2b8 100644 --- a/challenge-041/steven-wilson/perl5/ch-2.pl +++ b/challenge-041/steven-wilson/perl5/ch-2.pl @@ -1,7 +1,7 @@ #!/usr/bin/env perl # Author: Steven Wilson # Date: 2020-01-02 -# Week: 040 +# Week: 041 # Task #2 # Write a script to display first 20 Leonardo Numbers. Please checkout wiki page for more information. # For example: @@ -15,7 +15,6 @@ use strict; use warnings; -use feature qw/ say /; my @leonardo_numbers = ( 1, 1 ); |
