Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
a664e72155847451ca4433dd09ff15eb562fd3de
/
.
/
src
/
lisp
/
test-closures.lisp
blob: 39bb13477fd1dd08cbce03e66ffb81a87684221e [
file
] [
log
] [
blame
]
(
defun
main
(
)
(
print
(
reduce
(
lambda
(
a b
)
(
+
a b
))
(
list
1
2
3
4
5
)
0
)))