From b577c5e4a0a63be26d335cb74580c1ae721105c0 Mon Sep 17 00:00:00 2001 From: Ruben Westerberg Date: Mon, 10 Jun 2019 07:51:07 +1000 Subject: Updated README --- challenge-011/ruben-westerberg/README | 5 ++--- 1 file 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. -- cgit