diff options
| -rw-r--r-- | challenge-020/mark-anderson/perl5/ch-1.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-020/mark-anderson/perl5/ch-1.pl b/challenge-020/mark-anderson/perl5/ch-1.pl index 406398139e..152f844f38 100644 --- a/challenge-020/mark-anderson/perl5/ch-1.pl +++ b/challenge-020/mark-anderson/perl5/ch-1.pl @@ -10,5 +10,3 @@ while($string =~ /((.)\2*)/g) { } say "@array"; - - |
