Skip to content

rameshsinger/project-euler-js-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

project-euler-js-solutions

Project Euler JS Solutions

Getting Started

This is a js solutions for Project Euler.check In that site

Usage example

Just run js in browser console or in node. I just added problem in top of the js

Meta

Ramesh Singer – rameshsinger93@gmail.com

https://github.com/rameshsinger/project-euler-js-solutions

Contributing

you can add your problem and solutions

  1. Fork it (https://github.com/rameshsinger/project-euler-js-solutions/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request