diff --git a/p003.hs b/p003.hs index 9e986d6..3104dab 100644 --- a/p003.hs +++ b/p003.hs @@ -1,7 +1,7 @@ -- Problem: -- ---The prime factors of 13195 are 5, 7, 13 and 29. ---What is the largest prime factor of the number 600851475143 ? +-- The prime factors of 13195 are 5, 7, 13 and 29. +-- What is the largest prime factor of the number 600851475143 ? -- -- Answer: 6857 --