diff options
Diffstat (limited to '025/ch1.pl')
-rwxr-xr-x | 025/ch1.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,4 +54,4 @@ sub longest { return @longest_path; } -print longest(@POKEMON); +longest(@POKEMON); |
![]() |
index : perlweekly | |
Solutions for Perl Weekly Challenge | gramos |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | 025/ch1.pl | 2 |
@@ -54,4 +54,4 @@ sub longest { return @longest_path; } -print longest(@POKEMON); +longest(@POKEMON); |