aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-073/cheok-yin-fung/perl/ch-1.pl (renamed from ch-1.pl)2
1 files changed, 1 insertions, 1 deletions
diff --git a/ch-1.pl b/challenge-073/cheok-yin-fung/perl/ch-1.pl
index 0c2c61b772..61603e83a9 100644
--- a/ch-1.pl
+++ b/challenge-073/cheok-yin-fung/perl/ch-1.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# Perl Weekly Challenge #072 Task 1 Sliding Windows
+# Perl Weekly Challenge #073 Task 1 Sliding Windows
# task statement:
# You are given an array of integers @A and sliding window size $S.
# Write a script to create an array of min from each sliding window.