diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2019-11-04 15:46:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-04 15:46:35 +0000 |
| commit | 11a399aca6169d8ca634254d48a99328fffba237 (patch) | |
| tree | ec1d7241d267ab95a3fd7c7ef58703b0fbe4e7e8 | |
| parent | 3fa7c0469ed94c03db87078e6f57c39307eb0981 (diff) | |
| parent | 2ec7308ac683708e1d2a47225bd8150526916544 (diff) | |
| download | perlweeklychallenge-club-11a399aca6169d8ca634254d48a99328fffba237.tar.gz perlweeklychallenge-club-11a399aca6169d8ca634254d48a99328fffba237.tar.bz2 perlweeklychallenge-club-11a399aca6169d8ca634254d48a99328fffba237.zip | |
Merge pull request #895 from duanepowell/pwc33
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 |
