diff options
| author | robbie-hatley <Hatley.Software@gmail.com> | 2023-11-15 09:01:04 -0800 |
|---|---|---|
| committer | robbie-hatley <Hatley.Software@gmail.com> | 2023-11-15 09:01:04 -0800 |
| commit | 864c5d0ad153cd0397b8a075231203cce336c3c1 (patch) | |
| tree | 22250274e7ebe74190b51f6582d4ac5d67e93ed3 | |
| parent | 45dde2825a40a6296949f33d1004ae51e006c940 (diff) | |
| download | perlweeklychallenge-club-864c5d0ad153cd0397b8a075231203cce336c3c1.tar.gz perlweeklychallenge-club-864c5d0ad153cd0397b8a075231203cce336c3c1.tar.bz2 perlweeklychallenge-club-864c5d0ad153cd0397b8a075231203cce336c3c1.zip | |
fixed space error in 243-2
| -rwxr-xr-x | challenge-243/robbie-hatley/perl/ch-2.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-243/robbie-hatley/perl/ch-2.pl b/challenge-243/robbie-hatley/perl/ch-2.pl index e19098da7b..cc410fa8b1 100755 --- a/challenge-243/robbie-hatley/perl/ch-2.pl +++ b/challenge-243/robbie-hatley/perl/ch-2.pl @@ -43,7 +43,6 @@ Output: 49 PROBLEM NOTES: I'll use two three-part loops to sum all floors of pair quotients. - -------------------------------------------------------------------------------------------------------------- IO NOTES: Input is via either built-in variables or via @ARGV. If using @ARGV, provide one argument which must be a |
