aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvinodk89 <vinodkk89@gmail.com>2023-11-03 21:30:58 +0530
committervinodk89 <vinodkk89@gmail.com>2023-11-03 21:30:58 +0530
commita15b035e2db2d3706fde6de59cbd785da3f905f4 (patch)
tree38c325daf790c2894fa09daf4511d51799ebae67
parent7a7c1710f17275d97522b13ff3718135bfb5808f (diff)
downloadperlweeklychallenge-club-a15b035e2db2d3706fde6de59cbd785da3f905f4.tar.gz
perlweeklychallenge-club-a15b035e2db2d3706fde6de59cbd785da3f905f4.tar.bz2
perlweeklychallenge-club-a15b035e2db2d3706fde6de59cbd785da3f905f4.zip
Add empty lines at the end
-rw-r--r--challenge-241/vinod-k/perl/ch-1.pl2
-rw-r--r--challenge-241/vinod-k/perl/ch-2.pl2
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
+}