diff --git a/src/Julia/Problem004.jl b/src/Julia/Problem004.jl index 3d54ed7..aeba860 100644 --- a/src/Julia/Problem004.jl +++ b/src/Julia/Problem004.jl @@ -10,7 +10,10 @@ https://projecteuler.net/problem=4 function Problem4() #= - Statement + A palindromic number reads the same both ways. The largest palindrome made + from the product of two 2-digit numbers is 9009 = 91 x 99. + + Find the largest palindrome made from the product of two 3-digit numbers. =# ans = 0 for i in 100:1000