Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
0db9775660ccd536415e554f08fe24374150b3ba
/
.
/
src
/
lisp
/
test-closures.lisp
blob: 576834c49d9323e699758e56c3abd27158997919 [
file
] [
log
] [
blame
]
(
defun
main
(
)
(
print
(
reduce
#
'
+
(
list
1
2
3
4
)
0
)))