diff options
| -rw-r--r-- | challenge-040/ruben-westerberg/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/challenge-040/ruben-westerberg/README b/challenge-040/ruben-westerberg/README index ec2a5fe038..be0526d4eb 100644 --- a/challenge-040/ruben-westerberg/README +++ b/challenge-040/ruben-westerberg/README @@ -2,12 +2,11 @@ Solution by Ruben Westerberg ch-1.pl and ch-1.p6 =================== -Run program to process guest log and display the amount of time lights are on +Run the program to select a slice of an array of arrays. Indexes can be specified from the command line ch-2.pl and ch-2.p6 =================== -Run the program with a RPN formated expression ( + - * / supported) as an argument (don't forget to quote). -Output is the result of the RPN expression. A default expression is used if no arguments are present +Run the program to sort the specified entries in the predfined list. |
