Add problem statement

This commit is contained in:
David Doblas Jiménez 2021-06-19 22:09:30 +02:00
parent 1b6922fe6a
commit 30767b888e

View File

@ -10,7 +10,10 @@ https://projecteuler.net/problem=4
function Problem4() 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 ans = 0
for i in 100:1000 for i in 100:1000