aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Muth <matthias.muth@gmx.de>2024-09-20 00:31:40 +0200
committerMatthias Muth <matthias.muth@gmx.de>2024-09-20 00:31:40 +0200
commita563335fa513ab799aa0860b6c8a1f613846167b (patch)
tree408986acdedd447ddea391655bedef739a0dc762
parent32d7c9b2d7e0280d3c3364e430953bc0398220ab (diff)
downloadperlweeklychallenge-club-a563335fa513ab799aa0860b6c8a1f613846167b.tar.gz
perlweeklychallenge-club-a563335fa513ab799aa0860b6c8a1f613846167b.tar.bz2
perlweeklychallenge-club-a563335fa513ab799aa0860b6c8a1f613846167b.zip
Challenge 287 Task 1 and 2 solutions in Perl by Matthias Muth - Update
-rw-r--r--challenge-287/matthias-muth/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-287/matthias-muth/README.md b/challenge-287/matthias-muth/README.md
index 301144a02d..e71685fb46 100644
--- a/challenge-287/matthias-muth/README.md
+++ b/challenge-287/matthias-muth/README.md
@@ -234,7 +234,7 @@ sub strong_password( $str ) {
}
```
-The [`ch-1.pl`](https:perl/ch-1.pl) file also contains switchable debugging output, and all the test cases. This is its output:
+The `ch-1.pl` file also contains switchable debugging output, and all the test cases. This is its output:
```terminal
ok 1 - Example 1: strong_password( "a" ) == 5