Project Euler: can't make any progress

Hi guys,

I solved the first two problems but after running the tests successfully I get the progress displayed as 0%. What am I doing wrong?

I get also a mark/check sign displayed. So my solution should be correct I guess…

Regards, André

I’m guessing that the progress % rounds down to a whole percent. 2/480 is less than 1%.

That makes sense! Thank you for the quick reply! :slightly_smiling_face: