euler/haskell/euler005.hs

5 lines
60 B
Haskell

module Main where
main = do
print $ foldr1 lcm [2..20]