Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 343 Bytes

Project Euler

This project provides test-driven solutions for Project Euler.

Install

yarn

Run

yarn euler - just show solutions

Test

yarn test OR yarn test:watch - run tests, watch will listen for ./src/ or ./tests/ file changes

Remarks

Problems currently implemented:

1, 10