From a15b035e2db2d3706fde6de59cbd785da3f905f4 Mon Sep 17 00:00:00 2001 From: vinodk89 Date: Fri, 3 Nov 2023 21:30:58 +0530 Subject: Add empty lines at the end --- challenge-241/vinod-k/perl/ch-1.pl | 2 +- challenge-241/vinod-k/perl/ch-2.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/challenge-241/vinod-k/perl/ch-1.pl b/challenge-241/vinod-k/perl/ch-1.pl index 350d72d28d..cd7064c8b3 100644 --- a/challenge-241/vinod-k/perl/ch-1.pl +++ b/challenge-241/vinod-k/perl/ch-1.pl @@ -14,4 +14,4 @@ foreach my $i (@a){ } } -print "Unique Arithmetic Triplets with diff $diff: $count\n"; \ No newline at end of file +print "Unique Arithmetic Triplets with diff $diff: $count\n"; diff --git a/challenge-241/vinod-k/perl/ch-2.pl b/challenge-241/vinod-k/perl/ch-2.pl index ab20bd19a0..8136051332 100644 --- a/challenge-241/vinod-k/perl/ch-2.pl +++ b/challenge-241/vinod-k/perl/ch-2.pl @@ -36,4 +36,4 @@ sub printPrimeFactors { } } } -} \ No newline at end of file +} -- cgit