haskell 005

master
Evan Hemsley 2020-10-27 00:53:09 -07:00
parent 1a6d7480ec
commit e87b4e4b64
1 changed files with 4 additions and 0 deletions

4
haskell/euler005.hs Normal file
View File

@ -0,0 +1,4 @@
module Main where
main = do
print $ foldr1 lcm [2..20]