aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Westerberg <drclaw@mac.com>2019-05-12 20:11:05 +1000
committerRuben Westerberg <drclaw@mac.com>2019-05-12 20:11:05 +1000
commita295b3abd85e7197712a9090f291fd0a44b4a6e4 (patch)
treea2f4c35cf6cdd602e203aca9623090747066e14d
parent8580177d87273cfc2d335d098b0c30edd8dfa016 (diff)
downloadperlweeklychallenge-club-a295b3abd85e7197712a9090f291fd0a44b4a6e4.tar.gz
perlweeklychallenge-club-a295b3abd85e7197712a9090f291fd0a44b4a6e4.tar.bz2
perlweeklychallenge-club-a295b3abd85e7197712a9090f291fd0a44b4a6e4.zip
Cleaned up README
-rw-r--r--challenge-007/ruben-westerberg/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/challenge-007/ruben-westerberg/README b/challenge-007/ruben-westerberg/README
index 52df0a72a3..2d7818be3c 100644
--- a/challenge-007/ruben-westerberg/README
+++ b/challenge-007/ruben-westerberg/README
@@ -1,10 +1,2 @@
Solution by Ruben Westerberg
-These solutions use the words list/dictionary sourced from https://github.com/dwyl/english-words.
-End of line was changed from dos to unix for the purpose of these programs
-
-#Challenge 1: Write a program which prints out all anagrams for a given word.
-Usage: give a single command line argument which is the word/sequence to find anagrams for
-
-#Challenge 2: Write a program to find the sequence of characters that has the most anagrams
-Run without commandline arguments.