Write a program to print the solution to the next Project Euler problem to the console in a language chosen by you.
rules
- The problem number must be one more than the previous.
- The next solution must use fewer characters than the previous one.
- Ignore any time complexity requirements if needed.
- If you think you can't advance, start over, keeping the problem number.
- The language must be both interpreted and a general-purpose language.
- Do not use loopholes at all.