From fe605e08c124df72a5c90e37c2f661e3f65eef7c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Feb 2020 11:11:40 +0000 Subject: Added EZPWC link. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5c7bc148aa..6f7cd72c1f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This is the central repository for the members of [**Perl Weekly Challenge**](https://perlweeklychallenge.org). The members can submit the solution to the challenge each week under version control. +## EZPWC - Easy Perl Weekly Challenges Script + +**Saif Ahmed**, respected member of **Team PWC**, created the tool **[EZPWC](https://github.com/saiftynet/EZPWC)** to help you with contributing to the weekly challenge. We highly recommend you to give it a try. If you have any questions/suggestions, then please raise an issue against the tool. + ## How to contribute? Just submit Pull Request with your solutions. -- cgit