euler/lisp/euler060.lisp

9 lines
128 B
Common Lisp
Raw Normal View History

2018-02-21 21:00:08 +00:00
(load "euler.lisp")
(defun set-of-concatenatable-primes (list)
)
(defun solution ()
(combinations 5 (eratosthenes 30000))
)