diff options
| author | Ruben Westerberg <drclaw@mac.com> | 2019-10-06 15:25:28 +1000 |
|---|---|---|
| committer | Ruben Westerberg <drclaw@mac.com> | 2019-10-06 15:25:28 +1000 |
| commit | 3793116593f666f454fdc5dda068350945185d93 (patch) | |
| tree | 43a4ba98af29fb76e1fd2748a68aee8aedad28d1 | |
| parent | e80efbe14698f5d07c680432e1ea515af8b45d03 (diff) | |
| download | perlweeklychallenge-club-3793116593f666f454fdc5dda068350945185d93.tar.gz perlweeklychallenge-club-3793116593f666f454fdc5dda068350945185d93.tar.bz2 perlweeklychallenge-club-3793116593f666f454fdc5dda068350945185d93.zip | |
Updated readme
| -rw-r--r-- | challenge-028/ruben-westerberg/README | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/challenge-028/ruben-westerberg/README b/challenge-028/ruben-westerberg/README index c17b59a016..aa0fd9c8d2 100644 --- a/challenge-028/ruben-westerberg/README +++ b/challenge-028/ruben-westerberg/README @@ -2,14 +2,9 @@ Solution by Ruben Westerberg ch-1.pl and ch-1.p6 === -Intersecting lines. -Run the program. you will be propted to enter two points for the first line and then two points for the second line. -Points are intered as interleved xy pairs -example: - When prompted to enter the line starting at the origin and ending at x=5 and y=10, the two points are entered as follows: - 0 0 5 10 +Run the program with command line arguments representing file names. The extension of the file name is matched against known file types. ch-2.pl and ch-2.p6 === -Run the program to demonstrate history of every assignement to a variable. +Run the program to show a simple digital clock |
