haskell 007

master
Evan Hemsley 2020-10-28 01:30:14 -07:00
parent f4223215b1
commit b3f5997db6
1 changed files with 5 additions and 0 deletions

5
haskell/euler007.hs Normal file
View File

@ -0,0 +1,5 @@
module Main where
import Prime
main = do
print $ last (take 10001 primes)