1930s, 3
.
— meme creator
.
(defun range (max &key (min 0) (step 1)) (loop :for n :from min :below max :by step collect n)) (defmacro lcm-lst (lst) `(apply #'lcm ,lst)) (lcm-lst (range 21 :min 2))
.
— palette fm
— Me@2022-10-17 05:21:23 PM
.
.
2022.10.17 Monday (c) All rights reserved by ACHK
You must be logged in to post a comment.