diff options
| author | Ruben Westerberg <drclaw@mac.com> | 2019-06-10 07:51:07 +1000 |
|---|---|---|
| committer | Ruben Westerberg <drclaw@mac.com> | 2019-06-10 07:51:07 +1000 |
| commit | b577c5e4a0a63be26d335cb74580c1ae721105c0 (patch) | |
| tree | 1906f09eee6a262bc57cf31200d5514f81cd09b4 | |
| parent | 620a06c644c464f925b81fdf7075066df7e18855 (diff) | |
| download | perlweeklychallenge-club-b577c5e4a0a63be26d335cb74580c1ae721105c0.tar.gz perlweeklychallenge-club-b577c5e4a0a63be26d335cb74580c1ae721105c0.tar.bz2 perlweeklychallenge-club-b577c5e4a0a63be26d335cb74580c1ae721105c0.zip | |
Updated README
| -rw-r--r-- | challenge-011/ruben-westerberg/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/challenge-011/ruben-westerberg/README b/challenge-011/ruben-westerberg/README index 8ac9e1ff34..4e963bf8dc 100644 --- a/challenge-011/ruben-westerberg/README +++ b/challenge-011/ruben-westerberg/README @@ -1,8 +1,7 @@ Solution by Ruben Westerberg ch-1.pl and ch-1.p6 -Simply run the programs +Run the program without command lines arguments to calculate 'equal point' ch-2.pl and ch-2.p6 -When running the programs provide a space separeated list of numbers to rank. Input is sorted in assending order before ranking -If no command line arguments are specifed then a default list is used +run command with a single argument to print an identiy matrix of size specivied as the first argument. If no argument is specified a default size of 10 is used. |
