10/23/2010

Project Euler - Problem 5

so easy.
import System.IO
main = do
putStrLn $ show $ foldr lcm 1 [1..20]
view raw gistfile1.hs hosted with ❤ by GitHub

No comments:

Post a Comment