From e464bb0392db89a0da6ce92273c25c9de64f4726 Mon Sep 17 00:00:00 2001 From: Abigail Date: Fri, 12 Feb 2021 02:38:58 +0100 Subject: Perl solution for week 4, part 2 --- challenge-004/abigail/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/challenge-004/abigail/README.md b/challenge-004/abigail/README.md index 26042c2151..500d34b5ea 100644 --- a/challenge-004/abigail/README.md +++ b/challenge-004/abigail/README.md @@ -41,3 +41,4 @@ use each of them once), you don't have to use all the letters. (Disclaimer: The challenge was proposed by Scimon Proctor) ### Solutions +* [Perl](perl/ch-2.pl) -- cgit