summaryrefslogtreecommitdiff
path: root/025/ch1.pl
diff options
context:
space:
mode:
Diffstat (limited to '025/ch1.pl')
-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);