aboutsummaryrefslogtreecommitdiff
path: root/lisp/005-smallest_multiple.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/005-smallest_multiple.lisp')
-rw-r--r--lisp/005-smallest_multiple.lisp8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/005-smallest_multiple.lisp b/lisp/005-smallest_multiple.lisp
new file mode 100644
index 0000000..9599507
--- /dev/null
+++ b/lisp/005-smallest_multiple.lisp
@@ -0,0 +1,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?
+;;;; ;;;;;;;;
+