diff options
| author | Duane Powell <duane.r.powell@gmail.com> | 2019-11-04 09:36:47 -0600 |
|---|---|---|
| committer | andrezgz <andrezgz@gmail.com> | 2019-11-05 18:32:06 -0300 |
| commit | 97582c23d3570df49f9d86f3a9bd6e53e72ae5ea (patch) | |
| tree | ec1d7241d267ab95a3fd7c7ef58703b0fbe4e7e8 | |
| parent | 81c07efc564be16fe4449f91cdae3586b0bd660a (diff) | |
| download | perlweeklychallenge-club-97582c23d3570df49f9d86f3a9bd6e53e72ae5ea.tar.gz perlweeklychallenge-club-97582c23d3570df49f9d86f3a9bd6e53e72ae5ea.tar.bz2 perlweeklychallenge-club-97582c23d3570df49f9d86f3a9bd6e53e72ae5ea.zip | |
ch-2.pl sample output updated.
| -rwxr-xr-x | challenge-033/duane-powell/perl5/ch-2.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-033/duane-powell/perl5/ch-2.pl b/challenge-033/duane-powell/perl5/ch-2.pl index 0f18a6fe39..9c4c78f7de 100755 --- a/challenge-033/duane-powell/perl5/ch-2.pl +++ b/challenge-033/duane-powell/perl5/ch-2.pl @@ -56,7 +56,7 @@ Print multiplicatiion table from 1x1 to 32x32 ./ch-2.pl x| 1 2 3 4 5 6 7 8 9 10 11 -___+____________________________________________ +---+-------------------------------------------- 1| 1 2 3 4 5 6 7 8 9 10 11 2| 4 6 8 10 12 14 16 18 20 22 3| 9 12 15 18 21 24 27 30 33 @@ -71,7 +71,7 @@ ___+____________________________________________ ./ch-2.pl 32 x| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 -___+________________________________________________________________________________________________________________________________ +---+-------------------------------------------------------------------------------------------------------------------------------- 1| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2| 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 3| 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60 63 66 69 72 75 78 81 84 87 90 93 96 |
