aboutsummaryrefslogtreecommitdiff
path: root/challenge-102
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-102')
-rwxr-xr-xchallenge-102/bob-lied/perl/ch-2.pl (renamed from challenge-102/bob-lied/perl/ch-1.pl)4
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-102/bob-lied/perl/ch-1.pl b/challenge-102/bob-lied/perl/ch-2.pl
index d78311c547..581a086e8a 100755
--- a/challenge-102/bob-lied/perl/ch-1.pl
+++ b/challenge-102/bob-lied/perl/ch-2.pl
@@ -1,11 +1,11 @@
#!/usr/bin/env perl
# vim:set ts=4 sw=4 sts=4 et ai wm=0 nu:
#=============================================================================
-# ch-1.pl
+# ch-2.pl
#=============================================================================
# Copyright (c) 2021, Bob Lied
#=============================================================================
-# Perl Weekly Challenge 102 Task #1 Hash-counting string
+# Perl Weekly Challenge 02 Task #3 Hash-counting string
# You are given a positive integer $N.
# Write a script to produce Hash-counting string of that length.
#