Project Euler JS Solutions
This is a js solutions for Project Euler.check In that site
Just run js in browser console or in node. I just added problem in top of the js
Ramesh Singer – rameshsinger93@gmail.com
https://github.com/rameshsinger/project-euler-js-solutions
you can add your problem and solutions
- Fork it (https://github.com/rameshsinger/project-euler-js-solutions/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request