diff options
| -rw-r--r-- | challenge-241/vinod-k/perl/ch-1.pl | 2 | ||||
| -rw-r--r-- | 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 +} |
