blob: ec2a5fe0388be71426faa1a1f55894bb29ca4444 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
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
|