4 lines
72 B
Common Lisp
4 lines
72 B
Common Lisp
|
|
(let ((jenny (list 8 6 7 5 3 0 9))
|
||
|
|
hobo-joe)
|
||
|
|
(apply #'+ jenny))
|