diff options
| author | Matthias Muth <matthias.muth@gmx.de> | 2024-09-20 00:31:40 +0200 |
|---|---|---|
| committer | Matthias Muth <matthias.muth@gmx.de> | 2024-09-20 00:31:40 +0200 |
| commit | a563335fa513ab799aa0860b6c8a1f613846167b (patch) | |
| tree | 408986acdedd447ddea391655bedef739a0dc762 | |
| parent | 32d7c9b2d7e0280d3c3364e430953bc0398220ab (diff) | |
| download | perlweeklychallenge-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.md | 2 |
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 |
