aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Mochan <mochan@fis.unam.mx>2021-06-05 14:32:39 -0500
committerLuis Mochan <mochan@fis.unam.mx>2021-06-05 14:32:39 -0500
commit361db99262a1d5a011364490b727e8f381b73c98 (patch)
treee041cd6ea79db556e9240594a48a870307cb6c7f
parentc9c7142570ee4f82f6c0998e6ecfae6f032fe463 (diff)
downloadperlweeklychallenge-club-361db99262a1d5a011364490b727e8f381b73c98.tar.gz
perlweeklychallenge-club-361db99262a1d5a011364490b727e8f381b73c98.tar.bz2
perlweeklychallenge-club-361db99262a1d5a011364490b727e8f381b73c98.zip
Confess mistake.
-rwxr-xr-xchallenge-115/wlmb/perl/ch-1.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-115/wlmb/perl/ch-1.pl b/challenge-115/wlmb/perl/ch-1.pl
index 7c3be5eee7..91d51b3195 100755
--- a/challenge-115/wlmb/perl/ch-1.pl
+++ b/challenge-115/wlmb/perl/ch-1.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
# Perl weekly challenge 115
-# Task 1: String Chain. Connectivity matrix solution.
+# Task 1: String Chain. Connectivity matrix solution. Not quite correct.
#
# See https://wlmb.github.io/2021/06/01/PWC115/#task-1-string-chain
use strict;