0
kicks
Project Euler in F# - Problem 5 » FSharp.it
The fifth problem of Project Euler asks to find the least common multiple of a set of numbers. This common exercise is analyzed by FSharp.it and solved using F#, then the solution is refined and the execution time reduced by twenty times.