diff options
author | Guillermo Ramos | 2019-09-15 19:10:38 +0200 |
---|---|---|
committer | Guillermo Ramos | 2019-09-15 19:10:38 +0200 |
commit | 7dd59d2f3273fabae67515e542b6c25cab72b21d (patch) | |
tree | 16114633227bab6f9a5819297bafd5c638b523df /025/ch1.pl | |
parent | a51c3076c558edf46d4f26e6cbc961335fb14eba (diff) | |
download | perlweekly-7dd59d2f3273fabae67515e542b6c25cab72b21d.tar.gz |
Fix
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); |