A collection of 50bbx's program code to solve Project Euler math problems.
From root folder of the project, to run the code just do:
cd problems
node p001.js
The output will be the answer.
You need NodeJS v10.x to run this code.
Suggestions, questions and pull requests are welcome.