This website requires JavaScript.
Explore
Help
Sign In
cosmonaut
/
euler
Watch
1
Star
0
Fork
You've already forked euler
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b3f5997db6
euler
/
haskell
/
euler003.hs
6 lines
87 B
Haskell
Raw
Normal View
History
Unescape
Escape
haskell 003
2020-10-27 06:19:53 +00:00
module
Main
where
move prime funcs to module
2020-10-28 08:30:06 +00:00
import
Prime
haskell 003
2020-10-27 06:19:53 +00:00
main
=
do
print
(
last
(
primeFactors
600851475143
)
)