Skip to content

Instantly share code, notes, and snippets.

@takuma7
Created October 23, 2010 08:55
Show Gist options
  • Save takuma7/641961 to your computer and use it in GitHub Desktop.
Save takuma7/641961 to your computer and use it in GitHub Desktop.
Project Euler - Problem 5
import System.IO
main = do
putStrLn $ show $ foldr lcm 1 [1..20]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment