blob: 39bb13477fd1dd08cbce03e66ffb81a87684221e [file] [log] [blame]
(defun main ()
(print (reduce (lambda (a b)
(+ a b))
(list 1 2 3 4 5)
0)))