Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
484295de5bdc18ee5fb59ffebe2d89a647a5f225
/
.
/
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
)))