diff options
| author | Duane Powell <duane.r.powell@gmail.com> | 2019-11-04 09:36:47 -0600 |
|---|---|---|
| committer | Duane Powell <duane.r.powell@gmail.com> | 2019-11-04 09:41:12 -0600 |
| commit | 2ec7308ac683708e1d2a47225bd8150526916544 (patch) | |
| tree | 6fd70dd437790c4f884db736c224a54df8ed2f1c /challenge-033 | |
| parent | a94baa3b046d01bad3d805f0ff346811ed971aa1 (diff) | |
| download | perlweeklychallenge-club-2ec7308ac683708e1d2a47225bd8150526916544.tar.gz perlweeklychallenge-club-2ec7308ac683708e1d2a47225bd8150526916544.tar.bz2 perlweeklychallenge-club-2ec7308ac683708e1d2a47225bd8150526916544.zip | |
ch-2.pl sample output updated.
Diffstat (limited to 'challenge-033')
| -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 |
