aboutsummaryrefslogtreecommitdiff
path: root/challenge-220
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-220')
-rw-r--r--challenge-220/matthias-muth/README-220.md31
-rw-r--r--challenge-220/matthias-muth/README-no-blog.md5
2 files changed, 0 insertions, 36 deletions
diff --git a/challenge-220/matthias-muth/README-220.md b/challenge-220/matthias-muth/README-220.md
deleted file mode 100644
index 80fa178889..0000000000
--- a/challenge-220/matthias-muth/README-220.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# Challenge 220 tasks: Common Characters - Squareful
-**Challenge 220 solutions in Perl by Matthias Muth**
-
-## Task 1: Common Characters
-
-> You are given a list of words.<br/>
-> Write a script to return the list of common characters (sorted alphabeticall) found in every word of the given list.<br/>
-
-Lore ipsum...
-
-```perl
-sub task_1() {
- return undef;
-}
-```
-
-## Task 2: Squareful
-
-> You are given an array of integers, @ints.<br/>
-> An array is squareful if the sum of every pair of adjacent elements is a perfect square.<br/>
-> Write a script to find all the permutations of the given array that are squareful.<br/>
-
-Lorem ipsum...
-
-```perl
-sub task_2() {
- return undef;
-}
-```
-
-#### **Thank you for the challenge!**
diff --git a/challenge-220/matthias-muth/README-no-blog.md b/challenge-220/matthias-muth/README-no-blog.md
deleted file mode 100644
index 83441c4968..0000000000
--- a/challenge-220/matthias-muth/README-no-blog.md
+++ /dev/null
@@ -1,5 +0,0 @@
-**Challenge 220 solutions in Perl by Matthias Muth**
-<br/>
-(no blog post this time...)
-
-**Thank you for the challenge!**