From a563335fa513ab799aa0860b6c8a1f613846167b Mon Sep 17 00:00:00 2001 From: Matthias Muth Date: Fri, 20 Sep 2024 00:31:40 +0200 Subject: Challenge 287 Task 1 and 2 solutions in Perl by Matthias Muth - Update --- challenge-287/matthias-muth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit