summaryrefslogtreecommitdiff
path: root/025
diff options
context:
space:
mode:
authorGuillermo Ramos2019-09-15 19:10:38 +0200
committerGuillermo Ramos2019-09-15 19:10:38 +0200
commit7dd59d2f3273fabae67515e542b6c25cab72b21d (patch)
tree16114633227bab6f9a5819297bafd5c638b523df /025
parenta51c3076c558edf46d4f26e6cbc961335fb14eba (diff)
downloadperlweekly-7dd59d2f3273fabae67515e542b6c25cab72b21d.tar.gz
Fix
Diffstat (limited to '025')
-rwxr-xr-x025/ch1.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/025/ch1.pl b/025/ch1.pl
index 6633e8d..5bc14b4 100755
--- a/025/ch1.pl
+++ b/025/ch1.pl
@@ -54,4 +54,4 @@ sub longest {
return @longest_path;
}
-print longest(@POKEMON);
+longest(@POKEMON);