Project Euler – Problem 102 Solution
The problem description is here, and click here to see all my other Euler solutions in F#. After reading the question, a quick search on how to test if a point is in a triangle turned up this useful SO answer. Translating the algorithm to F# is pretty trivial: I saved the triangle.txt file …
