diff options
| -rw-r--r-- | challenge-045/ruben-westerberg/README | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/challenge-045/ruben-westerberg/README b/challenge-045/ruben-westerberg/README index 05d4a09b2d..d98174517b 100644 --- a/challenge-045/ruben-westerberg/README +++ b/challenge-045/ruben-westerberg/README @@ -1,14 +1,11 @@ Solution by Ruben Westerberg -perl/ch-1.sh and raku/ch-1.sh +ch-1.pl and ch-1.p6 =================== -Breaks the string 123456789 into terms which are added or subtracted to sum to 100 -Run the program to show all combinations +Demostrates the Square Secret Code of the string “The quick brown fox jumps over the lazy dog”. ch-2.pl and ch-2.p6 =================== -Finds the smallest number of moves to (add 1, or double) to accumulate 1 into 200; -Run the program to show sequence of moves - +Program print out own source code |
