From 8639b389b24f1ba7cb1cb12cd7b748cbf2592066 Mon Sep 17 00:00:00 2001 From: Ruben Westerberg Date: Sun, 29 Dec 2019 21:42:23 +1000 Subject: Added README --- challenge-040/ruben-westerberg/README | 5 ++--- 1 file 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. -- cgit