Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 441 Bytes

Project Euler - JavaScript solutions

Solving Project Euler problems in JavaScript. Take a look, but try to solve problems on you own 😉 Some guiding principles:

  • For completition, include problem text in *.js files.
  • No libraries used, single script per problem.

Run

Run in both Node and browser console (when external files used, run in Node)

node 042.js