From 50445dbe3f83551244d858e5d2a0a0e1a90adf75 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Sat, 7 Sep 2024 13:23:38 +0300 Subject: Add Peter Pentchev's Python solution to 285. --- challenge-285/ppentchev/python/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 challenge-285/ppentchev/python/README.md (limited to 'challenge-285/ppentchev/python/README.md') diff --git a/challenge-285/ppentchev/python/README.md b/challenge-285/ppentchev/python/README.md new file mode 100644 index 0000000000..6ee66a9ba8 --- /dev/null +++ b/challenge-285/ppentchev/python/README.md @@ -0,0 +1,8 @@ + + +# perl-weekly-285 - task solutions + +These are Peter Pentchev's solutions to the Perl weekly challenge 285. -- cgit