Project Euler problem 1
= Project Euler problem 1
{c}
{title2=2009}
https://projecteuler.net/problem=1
Solution:
``
233168
``
Solutions to the <ProjectEuler+> version:
* https://github.com/cirosantilli/project-euler-solvers/blob/master/solvers/1.py
The original can be found with:
``
printf '1\n1000\n' | euler/1.py
``