0.0.3 • Published 6 years ago

euler-tests-js v0.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Euler-tests-js

Npm package to brush up your mind with euler problems.

Installation

npm install euler-tests-js --save

Usage

Use the test function to test your function.

eulerTest.test('001', (number) => { 
    return answer; 
})

It takes first parameter as Problem number and second parameter as your function.

Confused?

You can refer to (or even clone) this repo to know how to use euler-tests-js and get started with solving euler problems.