diff options
| author | Niels van Dijke <perlboy@cpan.org> | 2021-03-01 00:51:37 +0000 |
|---|---|---|
| committer | Niels van Dijke <perlboy@cpan.org> | 2021-03-01 00:51:37 +0000 |
| commit | 7c79a4b0bbf7f74b9b17b7d93ab6157e06ddc6a9 (patch) | |
| tree | 38de095f4d114ab0a0d5420568c0efe5c846c3d3 /challenge-101 | |
| parent | 9f25f638365c8e9d2aa600c2f2884e61d10d9346 (diff) | |
| download | perlweeklychallenge-club-7c79a4b0bbf7f74b9b17b7d93ab6157e06ddc6a9.tar.gz perlweeklychallenge-club-7c79a4b0bbf7f74b9b17b7d93ab6157e06ddc6a9.tar.bz2 perlweeklychallenge-club-7c79a4b0bbf7f74b9b17b7d93ab6157e06ddc6a9.zip | |
Changes source algorithm (original not used).
Diffstat (limited to 'challenge-101')
| -rwxr-xr-x | challenge-101/perlboy1967/perl/ch-2.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/challenge-101/perlboy1967/perl/ch-2.pl b/challenge-101/perlboy1967/perl/ch-2.pl index 4e70c7c40c..5af3cf8aa7 100755 --- a/challenge-101/perlboy1967/perl/ch-2.pl +++ b/challenge-101/perlboy1967/perl/ch-2.pl @@ -7,8 +7,7 @@ # # Author: Niels 'PerlBoy' van Dijke # -# Source used for solution: -# https://www.wisfaq.nl/show3archive.asp?id=12256&j=2003 +# Algorithm used: sum of all angles in a 'circle' makes 360 degrees use v5.16; use strict; |
