2016 Update

This commit is contained in:
Tina Müller 2016-12-05 22:15:40 +01:00
parent 948b86eafa
commit dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions

View file

@ -22,4 +22,4 @@
numbers))
(defun print-max-factor (pair)
(format t "~a has the largest miniumum factor ~a~%" (car pair) (cdr pair)))
(format t "~a has the largest minimum factor ~a~%" (car pair) (cdr pair)))

View file

@ -1,2 +1,2 @@
CL-USER> (print-max-factor (max-minimum-factor '(12757923 12878611 12878893 12757923 15808973 15780709 197622519)))
12878893 has the largest miniumum factor 47
12878893 has the largest minimum factor 47