Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 362 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 362 Bytes

Project Euler Problem 5

2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?

Project euler problem 5

Get this working

Check the test cases and run npm test 😊