yaworsw/euler-manager

View on GitHub
data/problems/5.yml

Summary

Maintainability
Test Coverage
---
:id: 5
:name: Smallest multiple
:url: https://projecteuler.net/problem=5
:content: |+
  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 <dfn title="divisible with no remainder">evenly divisible</dfn> by all of the numbers from 1 to 20?