diff options
Diffstat (limited to 'challenge-101/paulo-custodio/perl/ch-2.pl')
| -rw-r--r-- | challenge-101/paulo-custodio/perl/ch-2.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/challenge-101/paulo-custodio/perl/ch-2.pl b/challenge-101/paulo-custodio/perl/ch-2.pl index b5e7a71f64..d9efb89857 100644 --- a/challenge-101/paulo-custodio/perl/ch-2.pl +++ b/challenge-101/paulo-custodio/perl/ch-2.pl @@ -1,15 +1,15 @@ #!/usr/bin/perl # Challenge 101 -# +# # TASK #2 › Origin-containing Triangle # Submitted by: Stuart Little -# You are given three points in the plane, as a list of six co-ordinates: +# You are given three points in the plane, as a list of six co-ordinates: # A=(x1,y1), B=(x2,y2) and C=(x3,y3). -# -# Write a script to find out if the triangle formed by the given three +# +# Write a script to find out if the triangle formed by the given three # co-ordinates contain origin (0,0). -# +# # Print 1 if found otherwise 0. use strict; |
