diff options
| author | Ruben Westerberg <drclaw@mac.com> | 2020-01-31 21:13:22 +1000 |
|---|---|---|
| committer | Ruben Westerberg <drclaw@mac.com> | 2020-01-31 21:13:22 +1000 |
| commit | 897a99754b5ffb2ca3d41a3892f2a3d54e76de31 (patch) | |
| tree | 890e69a9595905412897a560040f206eab526efc /challenge-045 | |
| parent | c0aff1667a7e5843d0c63cfcfe5f2303ffa022c3 (diff) | |
| download | perlweeklychallenge-club-897a99754b5ffb2ca3d41a3892f2a3d54e76de31.tar.gz perlweeklychallenge-club-897a99754b5ffb2ca3d41a3892f2a3d54e76de31.tar.bz2 perlweeklychallenge-club-897a99754b5ffb2ca3d41a3892f2a3d54e76de31.zip | |
added readme
Diffstat (limited to 'challenge-045')
| -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 |
