aboutsummaryrefslogtreecommitdiff
path: root/lisp/005-smallest_multiple.lisp
blob: 9599507c2aed52ad8c9f602cd60a6e4320d6a028 (plain)
1
2
3
4
5
6
7
8
;;;; ;;;;;;;;
;;;; Smallest multiple
;;;; 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?
;;;; ;;;;;;;;