haskell 010

master
Evan Hemsley 2020-10-28 02:27:53 -07:00
parent 779e56d0a5
commit 285b653565
1 changed files with 5 additions and 0 deletions

5
haskell/euler010.hs Normal file
View File

@ -0,0 +1,5 @@
module Main where
import Prime
main = do
print $ sum $ takeWhile (<2000000) primes