aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboblied <boblied@gmail.com>2021-03-02 19:35:29 -0600
committerboblied <boblied@gmail.com>2021-03-02 19:35:29 -0600
commit050385554dabdbba4a3d4275fb9db44aea25f697 (patch)
treeec4b6ce009b16e27e8681ceedc9f34cc8674e6c7
parent6839dacd1f30e6dea7ffb3f0719ba226819e50f1 (diff)
downloadperlweeklychallenge-club-050385554dabdbba4a3d4275fb9db44aea25f697.tar.gz
perlweeklychallenge-club-050385554dabdbba4a3d4275fb9db44aea25f697.tar.bz2
perlweeklychallenge-club-050385554dabdbba4a3d4275fb9db44aea25f697.zip
Rename ch-1 as ch-2
-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.
#