blob: 042d724fa77e3fa0496cc27ee3ba810aefdce9ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Solution by Ruben Westerberg
ch-1.pl and ch-1.p6
==================
Run the program with either standard input of a list of file paths as command line arguments.
Outpus the count of all letters in the files.
ch-2.pl and ch-2.p6
==================
Generates a formated multiplication table. Upper half only.
Defaults to a limit of 11. Use a command line argument to set the limit of the table size.
|