diff options
| author | robbie-hatley <Robbie.Hatley@gmail.com> | 2025-09-09 17:12:17 -0700 |
|---|---|---|
| committer | robbie-hatley <Robbie.Hatley@gmail.com> | 2025-09-09 17:12:17 -0700 |
| commit | 44b12677ec01b32a9816c0675a6a07f6dbf980eb (patch) | |
| tree | 6da7555f7c7e13ed9b06c3cc0bc8dc4bd740d802 | |
| parent | 1887b3bc9d7d1c1085c5c755f244b85fa1951205 (diff) | |
| download | perlweeklychallenge-club-44b12677ec01b32a9816c0675a6a07f6dbf980eb.tar.gz perlweeklychallenge-club-44b12677ec01b32a9816c0675a6a07f6dbf980eb.tar.bz2 perlweeklychallenge-club-44b12677ec01b32a9816c0675a6a07f6dbf980eb.zip | |
Fixed minor formatting error in 338/ch-2.pl
| -rwxr-xr-x | challenge-338/robbie-hatley/perl/ch-2.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/challenge-338/robbie-hatley/perl/ch-2.pl b/challenge-338/robbie-hatley/perl/ch-2.pl index 086a1a8508..21d1afacbd 100755 --- a/challenge-338/robbie-hatley/perl/ch-2.pl +++ b/challenge-338/robbie-hatley/perl/ch-2.pl @@ -101,5 +101,4 @@ for my $apref (@arraypairs) { say "Array #1: (@{$$apref[0]})"; say "Array #2: (@{$$apref[1]})"; my $md = max_dist($apref); - say "Max distance = $md"; -} + say "Max distance = $md"} |
