From 897a99754b5ffb2ca3d41a3892f2a3d54e76de31 Mon Sep 17 00:00:00 2001 From: Ruben Westerberg Date: Fri, 31 Jan 2020 21:13:22 +1000 Subject: added readme --- challenge-045/ruben-westerberg/README | 9 +++------ 1 file 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 -- cgit